class BladeExtension extends AbstractExtension

Properties

protected array $callbacks
protected array $items
protected ExtensionManager $extensionManager

Methods

getDirectives()

No description

__construct()

No description

registerDirectives(array $definitions)

Registers the Blade directives items.

array
listDirectives()

Returns a list of the registered directives.

loadDirectives()

No description

Details

at line 30
getDirectives()

No description

at line 25
__construct()

No description

at line 42
registerDirectives(array $definitions)

Registers the Blade directives items.

The argument is an array of the directives definitions. The array keys represent the directive name, specific for the extension. Each element in the array should be an associative array.

Parameters

array $definitions

An array of the extension definitions.

at line 56
array listDirectives()

Returns a list of the registered directives.

Return Value

array

at line 64
protected loadDirectives()

No description