PHP Class Redaxscript\Console\Command\Install

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 ( array $optionArray = [] ) : boolean install the database
_module ( array $optionArray = [] ) : boolean install the module

Method Details

_database() protected méthode

install the database
Since: 3.0.0
protected _database ( array $optionArray = [] ) : boolean
$optionArray array
Résultat boolean

_module() protected méthode

install the module
Since: 3.0.0
protected _module ( 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