PHP Class Redaxscript\Controller\Logout

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

Public Methods

Method Description
process ( ) : string process the class

Protected Methods

Method Description
_error ( ) : string show the error
_success ( ) : string show the success

Method Details

_error() protected method

show the error
Since: 3.0.0
protected _error ( ) : string
return string

_success() protected method

show the success
Since: 3.0.0
protected _success ( ) : string
return string

process() public method

process the class
Since: 3.0.0
public process ( ) : string
return string