ModifyNamespacesEvent
FinalYes
Event to modify registered global Fluid namespaces before they are passed to Fluid's ViewHelperResolver.
Table of Contents
Methods
- __construct() : mixed
- getNamespaces() : array<string, array<string|int, string>>
- setNamespaces() : void
Methods
__construct()
public
__construct(array<string, array<string|int, string>> $namespaces) : mixed
Parameters
- $namespaces : array<string, array<string|int, string>>
getNamespaces()
public
getNamespaces() : array<string, array<string|int, string>>
Return values
array<string, array<string|int, string>>setNamespaces()
public
setNamespaces(array<string, array<string|int, string>> $namespaces) : void
Parameters
- $namespaces : array<string, array<string|int, string>>