PHP Class Redaxscript\View\SystemStatus

Since: 3.0.0
Author: Balázs Szilágyi
Inheritance: extends ViewAbstract
Show file Open project: redaxmedia/redaxscript Class Usage Examples

Public Methods

Method Description
render ( ) : string render the view

Protected Methods

Method Description
_error ( array $errorArray = [] ) : array show the error
_validateError ( ) : array validate the error
_validateWarning ( ) : array validate the warning
_warning ( array $warningArray = [] ) : array show the warning

Method Details

_error() protected method

show the error
Since: 3.0.0
protected _error ( array $errorArray = [] ) : array
$errorArray array
return array

_validateError() protected method

validate the error
Since: 3.0.0
protected _validateError ( ) : array
return array

_validateWarning() protected method

validate the warning
Since: 3.0.0
protected _validateWarning ( ) : array
return array

_warning() protected method

show the warning
Since: 3.0.0
protected _warning ( array $warningArray = [] ) : array
$warningArray array
return array

render() public method

render the view
Since: 3.0.0
public render ( ) : string
return string