PHP 클래스 Blog\Module

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

공개 메소드들

메소드 설명
dashboard ( Zend\EventManager\EventInterface $event ) : void Display widget dashboard
getConfig ( ) : array Get module configuration
install ( ) : boolean Install module
onBootstrap ( Zend\EventManager\EventInterface $e ) : void Boostrap
uninstall ( ) : boolean Uninstall module

메소드 상세

dashboard() 공개 메소드

Display widget dashboard
public dashboard ( Zend\EventManager\EventInterface $event ) : void
$event Zend\EventManager\EventInterface Event
리턴 void

getConfig() 공개 메소드

Get module configuration
public getConfig ( ) : array
리턴 array

install() 공개 메소드

Install module
public install ( ) : boolean
리턴 boolean

onBootstrap() 공개 메소드

Boostrap
public onBootstrap ( Zend\EventManager\EventInterface $e ) : void
$e Zend\EventManager\EventInterface Event
리턴 void

uninstall() 공개 메소드

Uninstall module
public uninstall ( ) : boolean
리턴 boolean