PHP Класс Cake\Upgrade\Shell\UpgradeShell

Наследование: extends Cake\Console\Shell
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$tasks array Tasks loaded.

Открытые методы

Метод Описание
all ( ) : void All command.
getOptionParser ( ) : ConsoleOptionParser Get the option parser

Защищенные методы

Метод Описание
_getActions ( ) : array _getActions

Описание методов

_getActions() защищенный Метод

If the all function is called, derive which tasks to call, and in what order based on the option parser info
protected _getActions ( ) : array
Результат array

all() публичный Метод

All command.
public all ( ) : void
Результат void

getOptionParser() публичный Метод

Get the option parser
public getOptionParser ( ) : ConsoleOptionParser
Результат ConsoleOptionParser

Описание свойств

$tasks публичное свойство

Tasks loaded.
public array $tasks
Результат array