PHP 클래스 AssetManager\Module

상속: implements Zend\ModuleManager\Feature\AutoloaderProviderInterface, implements Zend\ModuleManager\Feature\ConfigProviderInterface, implements Zend\ModuleManager\Feature\BootstrapListenerInterface
파일 보기 프로젝트 열기: rwoverdijk/assetmanager 1 사용 예제들

공개 메소드들

메소드 설명
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