__construct()
attach()
detach()
getOptions()
onLoadModulesPost()
setOptions()
getCachedConfig()
hasCachedClassMap()
writeArrayToFile()
$callbacks
$generateCache
$moduleLoader
$options
Module loader listener
__construct(\Zend\ModuleManager\Listener\ListenerOptions $options)
Creates an instance of the ModuleAutoloader and injects the module paths into it.
attach(\Zend\EventManager\EventManagerInterface $events) : void
Implementors may add an optional $priority argument; the EventManager implementation will pass this to the aggregate.
detach(\Zend\EventManager\EventManagerInterface $events) : void
getOptions() : \Zend\ModuleManager\Listener\ListenerOptions
inherited_from | \Zend\ModuleManager\Listener\AbstractListener::getOptions() |
---|
onLoadModulesPost(\Zend\ModuleManager\ModuleEvent $event)
Unregisters the ModuleLoader and generates the module class map cache.
setOptions(\Zend\ModuleManager\Listener\ListenerOptions $options) : \Zend\ModuleManager\Listener\AbstractListener
inherited_from | \Zend\ModuleManager\Listener\AbstractListener::setOptions() |
---|
getCachedConfig() : array
array
hasCachedClassMap() : bool
bool
writeArrayToFile(string $filePath, array $array) : \Zend\ModuleManager\Listener\AbstractListener
inherited_from | \Zend\ModuleManager\Listener\AbstractListener::writeArrayToFile() |
---|
string
array
$callbacks : array
$generateCache : bool
$moduleLoader : array