PHP 클래스 AsseticBundle\Module

상속: implements Zend\ModuleManager\Feature\AutoloaderProviderInterface, implements Zend\ModuleManager\Feature\ConfigProviderInterface, implements Zend\ModuleManager\Feature\BootstrapListenerInterface, implements Zend\ModuleManager\Feature\ServiceProviderInterface
파일 보기 프로젝트 열기: widmogrod/zf2-assetic-module

공개 메소드들

메소드 설명
getAutoloaderConfig ( ) : array Return an array for passing to Zend\Loader\AutoloaderFactory.
getConfig ( ) : array | Traversable Returns configuration to merge with application configuration
getServiceConfig ( ) : array | Zend\ServiceManager\Config Expected to return \Zend\ServiceManager\Config object or array to seed such an object.
onBootstrap ( Zend\EventManager\EventInterface $e ) : array Listen to the bootstrap event

메소드 상세

getAutoloaderConfig() 공개 메소드

Return an array for passing to Zend\Loader\AutoloaderFactory.
public getAutoloaderConfig ( ) : array
리턴 array

getConfig() 공개 메소드

Returns configuration to merge with application configuration
public getConfig ( ) : array | Traversable
리턴 array | Traversable

getServiceConfig() 공개 메소드

Expected to return \Zend\ServiceManager\Config object or array to seed such an object.
public getServiceConfig ( ) : array | Zend\ServiceManager\Config
리턴 array | Zend\ServiceManager\Config

onBootstrap() 공개 메소드

Listen to the bootstrap event
public onBootstrap ( Zend\EventManager\EventInterface $e ) : array
$e Zend\EventManager\EventInterface
리턴 array