PHP Class Redaxscript\Console\Command\Status

Since: 3.0.0
Author: Henry Ruhs
Inheritance: extends CommandAbstract
Show file Open project: redaxmedia/redaxscript Class Usage Examples

Protected Properties

Property Type Description
$_commandArray array array of the command

Public Methods

Method Description
run ( string $mode = null ) : string run the command

Protected Methods

Method Description
_database ( ) : string database status
_getStatusArray ( ) : array get the status array
_system ( ) : string system status

Method Details

_database() protected method

database status
Since: 3.0.0
protected _database ( ) : string
return string

_getStatusArray() protected method

get the status array
Since: 3.0.0
protected _getStatusArray ( ) : array
return array

_system() protected method

system status
Since: 3.0.0
protected _system ( ) : string
return string

run() public method

run the command
Since: 3.0.0
public run ( string $mode = null ) : string
$mode string name of the mode
return string

Property Details

$_commandArray protected property

array of the command
protected array $_commandArray
return array