PHP Класс Rocketeer\Tasks\Teardown

Автор: Maxime Fabre ([email protected])
Наследование: extends Rocketeer\Traits\Task
Показать файл Открыть проект

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

Свойство Тип Описание
$usesStages Whether the task needs to be run on each stage or globally.

Защищенные свойства (Protected)

Свойство Тип Описание
$description A description of what the task does.

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

Метод Описание
execute ( ) Run the task.

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

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

Run the task.
public execute ( )

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

$description защищенное свойство

A description of what the task does.
protected $description

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

Whether the task needs to be run on each stage or globally.
public $usesStages