PHP Class Redaxscript\Controller\ControllerAbstract

Since: 3.0.0
Author: Henry Ruhs
Inheritance: implements Redaxscript\Controller\ControllerInterface
Show file Open project: redaxmedia/redaxscript Class Usage Examples

Protected Properties

Property Type Description
$_language object instance of the language class
$_registry object instance of the registry class
$_request object instance of the request class

Public Methods

Method Description
__construct ( Registry $registry, Language $language, Request $request ) constructor of the class

Method Details

__construct() public method

constructor of the class
Since: 3.0.0
public __construct ( Registry $registry, Language $language, Request $request )
$registry Redaxscript\Registry instance of the registry class
$language Redaxscript\Language instance of the language class
$request Redaxscript\Request instance of the request class

Property Details

$_language protected property

instance of the language class
protected object $_language
return object

$_registry protected property

instance of the registry class
protected object $_registry
return object

$_request protected property

instance of the request class
protected object $_request
return object