PHP Class Redaxscript\Console\Command\Setting

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 settings
_set ( array $optionArray = [] ) : boolean set the setting

Method Details

_list() protected méthode

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

_set() protected méthode

set the setting
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