PHP Класс Cake\Shell\Task\UnloadTask

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

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

Свойство Тип Описание
$bootstrap string Path to the bootstrap file.

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

Метод Описание
getOptionParser ( ) : Cake\Console\ConsoleOptionParser GetOptionParser method.
main ( string | null $plugin = null ) : boolean Execution method always used for tasks.

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

Метод Описание
_modifyBootstrap ( string $plugin ) : boolean Update the applications bootstrap.php file.

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

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

Update the applications bootstrap.php file.
protected _modifyBootstrap ( string $plugin ) : boolean
$plugin string Name of plugin.
Результат boolean If modify passed.

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

GetOptionParser method.
public getOptionParser ( ) : Cake\Console\ConsoleOptionParser
Результат Cake\Console\ConsoleOptionParser

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

Execution method always used for tasks.
public main ( string | null $plugin = null ) : boolean
$plugin string | null The plugin name.
Результат boolean if action passed.

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

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

Path to the bootstrap file.
public string $bootstrap
Результат string