PHP Class Redaxscript\Modules\Demo\Demo

Since: 2.2.0
Author: Henry Ruhs
Inheritance: extends Config
Show file Open project: redaxmedia/redaxscript

Protected Properties

Property Type Description
$_moduleArray array array of the module

Public Methods

Method Description
adminPanelNotification ( ) adminPanelNotification
process ( ) : string process
renderStart ( ) renderStart
routerStart ( ) routerStart

Protected Methods

Method Description
_error ( ) : string error
_reinstall ( ) reinstall
_success ( ) : string success

Method Details

_error() protected static method

error
Since: 3.0.0
protected static _error ( ) : string
return string

_reinstall() protected static method

reinstall
Since: 2.4.0
protected static _reinstall ( )

_success() protected static method

success
Since: 3.0.0
protected static _success ( ) : string
return string

adminPanelNotification() public static method

adminPanelNotification
Since: 3.0.0 return array
public static adminPanelNotification ( )

process() public static method

process
Since: 3.0.0
public static process ( ) : string
return string

renderStart() public static method

renderStart
Since: 2.4.0
public static renderStart ( )

routerStart() public static method

routerStart
Since: 3.0.0
public static routerStart ( )

Property Details

$_moduleArray protected static property

array of the module
protected static array $_moduleArray
return array