Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de l'interface EvolvableLinkProviderInterface
+ Graphe d'héritage de EvolvableLinkProviderInterface:

Fonctions membres publiques

 withLink (LinkInterface $link)
 
 withoutLink (LinkInterface $link)
 

Description détaillée

An evolvable link provider value object.

Documentation des fonctions membres

◆ withLink()

withLink ( LinkInterface  $link)

Returns an instance with the specified link included.

If the specified link is already present, this method MUST return normally without errors. The link is present if $link is === identical to a link object already in the collection.

Paramètres
LinkInterface$linkA link object that should be included in this collection.
Renvoie
static

Implémenté dans GenericLinkProvider.

◆ withoutLink()

withoutLink ( LinkInterface  $link)

Returns an instance with the specifed link removed.

If the specified link is not present, this method MUST return normally without errors. The link is present if $link is === identical to a link object already in the collection.

Paramètres
LinkInterface$linkThe link to remove.
Renvoie
static

Implémenté dans GenericLinkProvider.


La documentation de cette interface a été générée à partir du fichier suivant :