PHP Class REBELinBLUE\Deployer\Jobs\TestServerConnection

Inheritance: extends Job, implements Illuminate\Contracts\Bus\SelfHandling, implements Illuminate\Contracts\Queue\ShouldQueue, use trait Illuminate\Queue\InteractsWithQueue, use trait Illuminate\Queue\SerializesModels
Afficher le fichier Open project: rebelinblue/deployer

Méthodes publiques

Свойство Type Description
$server REBELinBLUE\Deployer\Server

Méthodes publiques

Méthode Description
__construct ( Server $server ) TestServerConnection constructor.
handle ( ) Execute the command.

Method Details

__construct() public méthode

TestServerConnection constructor.
public __construct ( Server $server )
$server REBELinBLUE\Deployer\Server

handle() public méthode

Execute the command.
public handle ( )

Property Details

$server public_oe property

public Server,REBELinBLUE\Deployer $server
Résultat REBELinBLUE\Deployer\Server