PHP Class Blog\Module

Inheritance: implements Zend\ModuleManager\Feature\BootstrapListenerInterface, implements Zend\ModuleManager\Feature\ConfigProviderInterface, implements Zend\ModuleManager\Feature\AutoloaderProviderInterface
Afficher le fichier Open project: gotcms/gotcms Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Display widget dashboard
public dashboard ( Zend\EventManager\EventInterface $event ) : void
$event Zend\EventManager\EventInterface Event
Résultat void

getConfig() public méthode

Get module configuration
public getConfig ( ) : array
Résultat array

install() public méthode

Install module
public install ( ) : boolean
Résultat boolean

onBootstrap() public méthode

Boostrap
public onBootstrap ( Zend\EventManager\EventInterface $e ) : void
$e Zend\EventManager\EventInterface Event
Résultat void

uninstall() public méthode

Uninstall module
public uninstall ( ) : boolean
Résultat boolean