PHP Class Redaxscript\Console\Command\Status

Since: 3.0.0
Author: Henry Ruhs
Inheritance: extends CommandAbstract
Afficher le fichier Open project: redaxmedia/redaxscript Class Usage Examples

Protected Properties

Свойство Type Description
$_commandArray array array of the command

Méthodes publiques

Méthode Description
run ( string $mode = null ) : string run the command

Méthodes protégées

Méthode Description
_database ( ) : string database status
_getStatusArray ( ) : array get the status array
_system ( ) : string system status

Method Details

_database() protected méthode

database status
Since: 3.0.0
protected _database ( ) : string
Résultat string

_getStatusArray() protected méthode

get the status array
Since: 3.0.0
protected _getStatusArray ( ) : array
Résultat array

_system() protected méthode

system status
Since: 3.0.0
protected _system ( ) : string
Résultat string

run() public méthode

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

Property Details

$_commandArray protected_oe property

array of the command
protected array $_commandArray
Résultat array