Configurator
FinalYes
Table of Contents
Constants
- EVENT_ON_BUILD_ACTIONS = 'onBuildActions'
- MODE_ANNOTATIONS = 0x1
Methods
- __construct() : mixed
- Configurator constructor.
- getConfigurationByAnnotations() : mixed
- getConfigurationByController() : mixed
- wrapFiltersClosure() : mixed
Constants
EVENT_ON_BUILD_ACTIONS
public
mixed
EVENT_ON_BUILD_ACTIONS
= 'onBuildActions'
MODE_ANNOTATIONS
public
mixed
MODE_ANNOTATIONS
= 0x1
Methods
__construct()
Configurator constructor.
public
__construct() : mixed
getConfigurationByAnnotations()
public
getConfigurationByAnnotations(array<string|int, mixed> $annotations) : mixed
Parameters
- $annotations : array<string|int, mixed>
getConfigurationByController()
public
getConfigurationByController(Controller $controller) : mixed
Parameters
- $controller : Controller
wrapFiltersClosure()
public
wrapFiltersClosure(array<string|int, mixed> $filters) : mixed
Parameters
- $filters : array<string|int, mixed>