PHP Class Cake\Upgrade\Shell\UpgradeShell

Inheritance: extends Cake\Console\Shell
Afficher le fichier Open project: cakephp/upgrade

Méthodes publiques

Свойство Type Description
$tasks array Tasks loaded.

Méthodes publiques

Méthode Description
all ( ) : void All command.
getOptionParser ( ) : ConsoleOptionParser Get the option parser

Méthodes protégées

Méthode Description
_getActions ( ) : array _getActions

Method Details

_getActions() protected méthode

If the all function is called, derive which tasks to call, and in what order based on the option parser info
protected _getActions ( ) : array
Résultat array

all() public méthode

All command.
public all ( ) : void
Résultat void

getOptionParser() public méthode

Get the option parser
public getOptionParser ( ) : ConsoleOptionParser
Résultat ConsoleOptionParser

Property Details

$tasks public_oe property

Tasks loaded.
public array $tasks
Résultat array