PHP Класс Laratrust\LaratrustRegistersBladeDirectives

Показать файл Открыть проект

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

Метод Описание
handle ( string $laravelVersion = '5.3.0' ) : void Handles the registration of the blades directives

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

Метод Описание
registerClosingDirectives ( ) : void Registers the closing directives
registerWithParenthesis ( ) : void Registers the directives with parenthesis
registerWithoutParenthesis ( ) : void Registers the directives without parenthesis

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

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

Handles the registration of the blades directives
public handle ( string $laravelVersion = '5.3.0' ) : void
$laravelVersion string
Результат void

registerClosingDirectives() защищенный Метод

Registers the closing directives
protected registerClosingDirectives ( ) : void
Результат void

registerWithParenthesis() защищенный Метод

Registers the directives with parenthesis
protected registerWithParenthesis ( ) : void
Результат void

registerWithoutParenthesis() защищенный Метод

Registers the directives without parenthesis
protected registerWithoutParenthesis ( ) : void
Результат void