PHP Class Xpressengine\Tests\Plugin\Sample\PluginSample

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

Public Methods

Method Description
boot ( )
checkInstall ( $installedVersion = null ) : boolean
checkUpdate ( $currentVersion = null ) : boolean
install ( ) : boolean
registerAssignedRoute ( &$routes )
unInstall ( ) : boolean

Method Details

boot() public method

public boot ( )

checkInstall() public method

public checkInstall ( $installedVersion = null ) : boolean
return boolean

checkUpdate() public method

public checkUpdate ( $currentVersion = null ) : boolean
return boolean

install() public method

public install ( ) : boolean
return boolean

registerAssignedRoute() public method

public registerAssignedRoute ( &$routes )

unInstall() public method

public unInstall ( ) : boolean
return boolean