PHP Класс LightnCandy\Context

Наследование: extends Flags
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
create ( array\arraystring | integer> $options ) : array\arraystring | integer> Create a context from options
merge ( array\arraystring | integer> &$context, array\arraystring | integer> $tmp ) Merge a context into another

Защищенные методы

Метод Описание
updateHelperTable ( array\arraystring | integer> &$context, array\arraystring | integer> $options, string $tname = 'helpers' ) : array\arraystring | integer> update specific custom helper table from options

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

create() публичный статический Метод

Create a context from options
public static create ( array\arraystring | integer> $options ) : array\arraystring | integer>
$options array\arraystring | integer>
Результат array\arraystring | integer>

merge() публичный статический Метод

Merge a context into another
public static merge ( array\arraystring | integer> &$context, array\arraystring | integer> $tmp )
$context array\arraystring | integer>
$tmp array\arraystring | integer>

updateHelperTable() защищенный статический Метод

update specific custom helper table from options
protected static updateHelperTable ( array\arraystring | integer> &$context, array\arraystring | integer> $options, string $tname = 'helpers' ) : array\arraystring | integer>
$context array\arraystring | integer>
$options array\arraystring | integer>
$tname string helper table name
Результат array\arraystring | integer>