PHP Класс Redaxscript\Controller\ControllerAbstract

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

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

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

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

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

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

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

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

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

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

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

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

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

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

instance of the request class
protected object $_request
Результат object