PHP Класс Redaxscript\View\ViewAbstract

С версии: 3.0.0
Автор: Henry Ruhs
Наследование: implements Redaxscript\View\ViewInterface
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_language object instance of the language class
$_registry object instance of the registry class

Открытые методы

Метод Описание
__construct ( Registry $registry, Language $language ) constructor of the class

Описание методов

__construct() публичный Метод

constructor of the class
С версии: 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

Описание свойств

$_language защищенное свойство

instance of the language class
protected object $_language
Результат object

$_registry защищенное свойство

instance of the registry class
protected object $_registry
Результат object