PHP Class Redaxscript\Console\Command\Backup

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 = [] ) : string backup the database

Method Details

_database() protected méthode

backup the database
Since: 3.0.0
protected _database ( array $optionArray = [] ) : string
$optionArray array
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