nsautoloaderConfigCompilerPlugin
in package
implements
ConfigCompilerPluginInterface
Tags
Interfaces, Classes and Traits
- ConfigCompilerPluginInterface
Table of Contents
- atEnd() : mixed
- atStart() : mixed
- getPriority() : mixed
- onModule() : mixed
Methods
atEnd()
public
atEnd(mixed $config) : mixed
Parameters
- $config : mixed
Return values
mixed —atStart()
public
atStart(mixed $config) : mixed
Parameters
- $config : mixed
Return values
mixed —getPriority()
public
getPriority() : mixed
Return values
mixed —onModule()
public
onModule(mixed $config, mixed $moduleName, mixed $path, mixed $xml) : mixed
Parameters
- $config : mixed
- $moduleName : mixed
- $path : mixed
- $xml : mixed