PHP Class ActivityLog\Module

Inheritance: extends Gc\Module\AbstractModule
Afficher le fichier Open project: gotcms/gotcms Class Usage Examples

Protected Properties

Свойство Type Description
$template ActivityLog\Model\Template Template model

Méthodes publiques

Méthode Description
getConfig ( ) : array Get module configuration
install ( ) : boolean Install module
onBootstrap ( Zend\EventManager\EventInterface $e ) : void Boostrap
uninstall ( ) : boolean Uninstall module
update ( string $latestVersion ) : boolean Update module

Method Details

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

update() public méthode

Update module
public update ( string $latestVersion ) : boolean
$latestVersion string Latest version
Résultat boolean

Property Details

$template protected_oe property

Template model
protected Template,ActivityLog\Model $template
Résultat ActivityLog\Model\Template