Property | Type | Description | |
---|---|---|---|
$builder | Deployer\Builder\BuilderInterface |
Property | Type | Description | |
---|---|---|---|
$deployer | |||
$host | string | ||
$name | string | ||
$port | integer | ||
$server | Deployer\Server\ServerInterface |
Method | Description | |
---|---|---|
getBuilder ( ) : Deployer\Builder\BuilderInterface | ||
getServer ( ) : Deployer\Server\ServerInterface | ||
initialize ( ) : Deployer\Cluster\NodeInterface | initialize the node | |
setDeployer ( |
||
setHost ( string $host ) : Deployer\Cluster\NodeInterface | ||
setName ( string $name ) : Deployer\Cluster\NodeInterface | ||
setPort ( integer $port ) : Deployer\Cluster\NodeInterface |
public getBuilder ( ) : Deployer\Builder\BuilderInterface | ||
return | Deployer\Builder\BuilderInterface |
public getServer ( ) : Deployer\Server\ServerInterface | ||
return | Deployer\Server\ServerInterface |
public initialize ( ) : Deployer\Cluster\NodeInterface | ||
return | Deployer\Cluster\NodeInterface |
public setDeployer ( |
||
$deployer | ||
return | Deployer\Cluster\NodeInterface |
public BuilderInterface,Deployer\Builder $builder | ||
return | Deployer\Builder\BuilderInterface |