PHP Class Rocketeer\Tasks\Deploy

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

Protected Properties

Property Type Description
$description The console command description.

Public Methods

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

Protected Methods

Method Description
setApplicationPermissions ( ) : boolean Set permissions for the folders used by the application.

Method Details

execute() public method

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

setApplicationPermissions() protected method

Set permissions for the folders used by the application.
protected setApplicationPermissions ( ) : boolean
return boolean

Property Details

$description protected property

The console command description.
protected $description