PHP Class Xpressengine\Tests\Plugin\Sample\PluginSample2

Inheritance: extends Xpressengine\Plugin\AbstractPlugin
Show file Open project: xpressengine/xpressengine

Public Methods

Method Description
boot ( )
checkInstalled ( ) : boolean
checkUpdated ( ) : boolean
install ( ) : boolean
unInstall ( ) : boolean

Method Details

boot() public method

public boot ( )

checkInstalled() public method

public checkInstalled ( ) : boolean
return boolean

checkUpdated() public method

public checkUpdated ( ) : boolean
return boolean

install() public method

public install ( ) : boolean
return boolean

unInstall() public method

public unInstall ( ) : boolean
return boolean