PHP 클래스 ActivityLog\Module

상속: extends Gc\Module\AbstractModule
파일 보기 프로젝트 열기: gotcms/gotcms 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$template ActivityLog\Model\Template Template model

공개 메소드들

메소드 설명
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

메소드 상세

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

update() 공개 메소드

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

프로퍼티 상세

$template 보호되어 있는 프로퍼티

Template model
protected Template,ActivityLog\Model $template
리턴 ActivityLog\Model\Template