PHP Trait Bluz\Common\Helper

Afficher le fichier Open project: bluzphp/framework

Protected Properties

Свойство Type Description
$helpers list of helpers
$helpersPath list of helpers paths

Méthodes publiques

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

Method Details

__call() public méthode

Call magic helper
public __call ( string $method, array $args ) : mixed
$method string
$args array
Résultat mixed

addHelperPath() public méthode

Add helper path
public addHelperPath ( string $path ) : self
$path string
Résultat self

resetHelpersPath() public méthode

Reset helpers path
public resetHelpersPath ( ) : self
Résultat self

setHelpersPath() public méthode

Set helpers path
public setHelpersPath ( string | array $helpersPath ) : self
$helpersPath string | array
Résultat self

Property Details

$helpers protected_oe property

list of helpers
protected $helpers

$helpersPath protected_oe property

list of helpers paths
protected $helpersPath