PHP Class Redaxscript\Console\Command\Config

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
_list ( ) : string list the config
_lock ( ) : boolean lock the config
_parse ( array $optionArray = [] ) : boolean parse the config
_set ( array $optionArray = [] ) : boolean set the config

Method Details

_list() protected méthode

list the config
Since: 3.0.0
protected _list ( ) : string
Résultat string

_lock() protected méthode

lock the config
Since: 3.0.0
protected _lock ( ) : boolean
Résultat boolean

_parse() protected méthode

parse the config
Since: 3.0.0
protected _parse ( array $optionArray = [] ) : boolean
$optionArray array
Résultat boolean

_set() protected méthode

set the config
Since: 3.0.0
protected _set ( array $optionArray = [] ) : boolean
$optionArray array
Résultat boolean

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