Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
getHref () | |
isTemplated () | |
getRels () | |
getAttributes () | |
A readable link object.
getAttributes | ( | ) |
getHref | ( | ) |
Returns the target of the link.
The target link must be one of:
If a URI template is returned, isTemplated() MUST return True.
Implémenté dans Link.
getRels | ( | ) |
Returns the relationship type(s) of the link.
This method returns 0 or more relationship types for a link, expressed as an array of strings.
Implémenté dans Link.
isTemplated | ( | ) |
Returns whether or not this is a templated link.
Implémenté dans Link.