Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
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 | |
__construct | ( | array | $helpers = [] | ) |
Helper[] | $helpers An array of helper |
Références $helper, HelperSet\$helpers, et null.
get | ( | string | $name | ) |
Gets a helper value.
InvalidArgumentException | if the helper is not defined |
Références $name, et HelperSet\has().
getCommand | ( | ) |
getIterator | ( | ) |
has | ( | string | $name | ) |
set | ( | HelperInterface | $helper, |
string | $alias = null |
||
) |
Références HelperSet\$command.
|
private |
Référencé par HelperSet\getCommand(), et HelperSet\setCommand().
|
private |
Référencé par HelperSet\__construct().