Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe HelperSet
+ Graphe d'héritage de HelperSet:

Fonctions membres publiques

 __construct (array $helpers=[])
 
 set (HelperInterface $helper, string $alias=null)
 
 has (string $name)
 
 get (string $name)
 
 setCommand (Command $command=null)
 
 getCommand ()
 
 getIterator ()
 

Attributs privés

 $helpers = []
 
 $command
 

Description détaillée

HelperSet represents a set of helpers to be used with a command.

Auteur
Fabien Potencier fabie.nosp@m.n@sy.nosp@m.mfony.nosp@m..com

<string, Helper>

Documentation des constructeurs et destructeur

◆ __construct()

__construct ( array  $helpers = [])
Paramètres
Helper[]$helpers An array of helper

Références $helper, HelperSet\$helpers, et null.

Documentation des fonctions membres

◆ get()

get ( string  $name)

Gets a helper value.

Renvoie
HelperInterface
Exceptions
InvalidArgumentExceptionif the helper is not defined

Références $name, et HelperSet\has().

◆ getCommand()

getCommand ( )

Gets the command associated with this helper set.

Renvoie
Command
Obsolète:
since Symfony 5.4

Références HelperSet\$command.

◆ getIterator()

getIterator ( )
Renvoie
<string, Helper>

◆ has()

has ( string  $name)

Returns true if the helper if defined.

Renvoie
bool

Références $name.

Référencé par HelperSet\get().

◆ set()

set ( HelperInterface  $helper,
string  $alias = null 
)

Références $helper, $this, et null.

◆ setCommand()

setCommand ( Command  $command = null)
Obsolète:
since Symfony 5.4

Références HelperSet\$command.

Documentation des champs

◆ $command

$command
private

◆ $helpers

$helpers = []
private

Référencé par HelperSet\__construct().


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