PHP Класс Redaxscript\Console\ConsoleAbstract

С версии: 3.0.0
Автор: Henry Ruhs
Показать файл Открыть проект

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

Свойство Тип Описание
$_config object instance of the config class
$_namespaceArray string array of namespaces
$_registry object instance of the registry class
$_request object instance of the request class

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

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

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

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

constructor of the class
С версии: 3.0.0
public __construct ( Registry $registry, Request $request, Config $config )
$registry Redaxscript\Registry instance of the registry class
$request Redaxscript\Request instance of the request class
$config Redaxscript\Config instance of the config class

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

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

instance of the config class
protected object $_config
Результат object

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

array of namespaces
protected string $_namespaceArray
Результат string

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

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

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

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