PHP Трейт Bluz\Common\Helper

Автор: Anton Shevchuk
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$helpers list of helpers
$helpersPath list of helpers paths

Открытые методы

Метод Описание
__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

Описание методов

__call() публичный Метод

Call magic helper
public __call ( string $method, array $args ) : mixed
$method string
$args array
Результат mixed

addHelperPath() публичный Метод

Add helper path
public addHelperPath ( string $path ) : self
$path string
Результат self

resetHelpersPath() публичный Метод

Reset helpers path
public resetHelpersPath ( ) : self
Результат self

setHelpersPath() публичный Метод

Set helpers path
public setHelpersPath ( string | array $helpersPath ) : self
$helpersPath string | array
Результат self

Описание свойств

$helpers защищенное свойство

list of helpers
protected $helpers

$helpersPath защищенное свойство

list of helpers paths
protected $helpersPath