Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct (string $namespace) | |
getHelper (string $name, array $config=[]) | |
Attributs privés | |
$namespace | |
Namespace based implementation of the HelperFactoryInterface
__construct | ( | string | $namespace | ) |
getHelper | ( | string | $name, |
array | $config = [] |
||
) |
Returns a helper instance for the given name.
string | $name | The name |
array | $config | The config |
Implémente HelperFactoryInterface.
Références $className, $config, $helper, $name, Joomla\Database\getDatabase(), et null.
|
private |