PHP Class Redaxscript\View\ViewAbstract

Since: 3.0.0
Author: Henry Ruhs
Inheritance: implements Redaxscript\View\ViewInterface
Show file Open project: redaxmedia/redaxscript

Protected Properties

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

Public Methods

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

Method Details

__construct() public method

constructor of the class
Since: 3.0.0
public __construct ( Registry $registry, Language $language )
$registry Redaxscript\Registry instance of the registry class
$language Redaxscript\Language instance of the language 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