PHP Class App\Services\Deployment\QueueDeployCommander

Inheritance: implements App\Services\Deployment\DeployCommanderInterface
Afficher le fichier Open project: ngmy/webloyer

Protected Properties

Свойство Type Description
$dispatcher

Méthodes publiques

Méthode Description
__construct ( Illuminate\Contracts\Bus\Dispatcher $dispatcher )
deploy ( mixed $deployment ) : boolean Give the command to deploy
rollback ( mixed $deployment ) : boolean Give the command to rollback

Method Details

__construct() public méthode

public __construct ( Illuminate\Contracts\Bus\Dispatcher $dispatcher )
$dispatcher Illuminate\Contracts\Bus\Dispatcher

deploy() public méthode

Give the command to deploy
public deploy ( mixed $deployment ) : boolean
$deployment mixed
Résultat boolean

rollback() public méthode

Give the command to rollback
public rollback ( mixed $deployment ) : boolean
$deployment mixed
Résultat boolean

Property Details

$dispatcher protected_oe property

protected $dispatcher