PHP Class REBELinBLUE\Deployer\Jobs\SetupProject

Inheritance: extends Job, implements Illuminate\Contracts\Bus\SelfHandling
显示文件 Open project: rebelinblue/deployer

Public Methods

Method Description
__construct ( Project $project, integer $template_id ) SetupProject constructor.
handle ( ) Execute the command.

Method Details

__construct() public method

SetupProject constructor.
public __construct ( Project $project, integer $template_id )
$project REBELinBLUE\Deployer\Project
$template_id integer

handle() public method

Execute the command.
public handle ( )