PHP Class Cake\Upgrade\Shell\UpgradeShell

Inheritance: extends Cake\Console\Shell
Datei anzeigen Open project: cakephp/upgrade

Public Properties

Property Type Description
$tasks array Tasks loaded.

Public Methods

Method Description
all ( ) : void All command.
getOptionParser ( ) : ConsoleOptionParser Get the option parser

Protected Methods

Method Description
_getActions ( ) : array _getActions

Method Details

_getActions() protected method

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

all() public method

All command.
public all ( ) : void
return void

getOptionParser() public method

Get the option parser
public getOptionParser ( ) : ConsoleOptionParser
return ConsoleOptionParser

Property Details

$tasks public_oe property

Tasks loaded.
public array $tasks
return array