PHP Class ActivityLog\Module

Inheritance: extends Gc\Module\AbstractModule
Show file Open project: gotcms/gotcms Class Usage Examples

Protected Properties

Property Type Description
$template ActivityLog\Model\Template Template model

Public Methods

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

update() public method

Update module
public update ( string $latestVersion ) : boolean
$latestVersion string Latest version
return boolean

Property Details

$template protected property

Template model
protected Template,ActivityLog\Model $template
return ActivityLog\Model\Template