PHP Class Blog\Module

Inheritance: implements Zend\ModuleManager\Feature\BootstrapListenerInterface, implements Zend\ModuleManager\Feature\ConfigProviderInterface, implements Zend\ModuleManager\Feature\AutoloaderProviderInterface
ファイルを表示 Open project: gotcms/gotcms Class Usage Examples

Public Methods

Method Description
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

Method Details

dashboard() public method

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

getConfig() public method

Get module configuration
public getConfig ( ) : array
return array

install() public method

Install module
public install ( ) : boolean
return boolean

onBootstrap() public method

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

uninstall() public method

Uninstall module
public uninstall ( ) : boolean
return boolean