PHP Class Rocketeer\Tasks\Teardown

Author: Maxime Fabre ([email protected])
Inheritance: extends Rocketeer\Traits\Task
Show file Open project: anahkiasen/rocketeer

Public Properties

Property Type Description
$usesStages Whether the task needs to be run on each stage or globally.

Protected Properties

Property Type Description
$description A description of what the task does.

Public Methods

Method Description
execute ( ) Run the task.

Method Details

execute() public method

Run the task.
public execute ( )

Property Details

$description protected property

A description of what the task does.
protected $description

$usesStages public property

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