PHP Class Laratrust\LaratrustRegistersBladeDirectives

Show file Open project: santigarcor/laratrust

Public Methods

Method Description
handle ( string $laravelVersion = '5.3.0' ) : void Handles the registration of the blades directives

Protected Methods

Method Description
registerClosingDirectives ( ) : void Registers the closing directives
registerWithParenthesis ( ) : void Registers the directives with parenthesis
registerWithoutParenthesis ( ) : void Registers the directives without parenthesis

Method Details

handle() public method

Handles the registration of the blades directives
public handle ( string $laravelVersion = '5.3.0' ) : void
$laravelVersion string
return void

registerClosingDirectives() protected method

Registers the closing directives
protected registerClosingDirectives ( ) : void
return void

registerWithParenthesis() protected method

Registers the directives with parenthesis
protected registerWithParenthesis ( ) : void
return void

registerWithoutParenthesis() protected method

Registers the directives without parenthesis
protected registerWithoutParenthesis ( ) : void
return void