PHP Class Redaxscript\Console\ConsoleAbstract

Since: 3.0.0
Author: Henry Ruhs
Show file Open project: redaxmedia/redaxscript

Protected Properties

Property Type Description
$_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

Public Methods

Method Description
__construct ( Registry $registry, Request $request, Config $config ) constructor of the class

Method Details

__construct() public method

constructor of the class
Since: 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

Property Details

$_config protected property

instance of the config class
protected object $_config
return object

$_namespaceArray protected property

array of namespaces
protected string $_namespaceArray
return string

$_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