Свойство | Type | Description | |
---|---|---|---|
$helpers | list of helpers | ||
$helpersPath | list of helpers paths |
Méthode | Description | |
---|---|---|
__call ( string $method, array $args ) : mixed | Call magic helper | |
addHelperPath ( string $path ) : self | Add helper path | |
resetHelpersPath ( ) : self | Reset helpers path | |
setHelpersPath ( string | array $helpersPath ) : self | Set helpers path |
public addHelperPath ( string $path ) : self | ||
$path | string | |
Résultat | self |
public resetHelpersPath ( ) : self | ||
Résultat | self |
public setHelpersPath ( string | array $helpersPath ) : self | ||
$helpersPath | string | array | |
Résultat | self |