PHP Класс AssetManager\Module

Наследование: implements Zend\ModuleManager\Feature\AutoloaderProviderInterface, implements Zend\ModuleManager\Feature\ConfigProviderInterface, implements Zend\ModuleManager\Feature\BootstrapListenerInterface
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
getAutoloaderConfig ( ) {@inheritDoc}
getConfig ( ) {@inheritDoc}
getConsoleUsage ( Zend\Console\Adapter\AdapterInterface $console ) : array
onBootstrap ( Zend\EventManager\EventInterface $event ) {@inheritDoc}
onDispatch ( MvcEvent $event ) Callback method for dispatch and dispatch.error events.

Описание методов

getAutoloaderConfig() публичный метод

{@inheritDoc}
public getAutoloaderConfig ( )

getConfig() публичный метод

{@inheritDoc}
public getConfig ( )

getConsoleUsage() публичный метод

public getConsoleUsage ( Zend\Console\Adapter\AdapterInterface $console ) : array
$console Zend\Console\Adapter\AdapterInterface
Результат array

onBootstrap() публичный метод

{@inheritDoc}
public onBootstrap ( Zend\EventManager\EventInterface $event )
$event Zend\EventManager\EventInterface

onDispatch() публичный метод

Callback method for dispatch and dispatch.error events.
public onDispatch ( MvcEvent $event )
$event Zend\Mvc\MvcEvent