PHP Class Rocketeer\Tasks\Update

Author: Maxime Fabre ([email protected])
Inheritance: extends Deploy
Show file Open project: anahkiasen/rocketeer

Protected Properties

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

Public Methods

Method Description
execute ( ) : boolean | null Run the task.

Method Details

execute() public method

Run the task.
public execute ( ) : boolean | null
return boolean | null

Property Details

$description protected property

A description of what the task does.
protected $description