Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
getLinks () | |
getLinksByRel ($rel) | |
A link provider object.
getLinks | ( | ) |
Returns an iterable of LinkInterface objects.
The iterable may be an array or any PHP object. If no links are available, an empty array or MUST be returned.
Implémenté dans GenericLinkProvider.
Référencé par AddLinkHeaderListener\onKernelResponse().
getLinksByRel | ( | $rel | ) |
Returns an iterable of LinkInterface objects that have a specific relationship.
The iterable may be an array or any PHP object. If no links with that relationship are available, an empty array or MUST be returned.
Implémenté dans GenericLinkProvider.