PHP Class Deployer\Cluster\ClusterFactory

Author: Irfan Durmus (http://github.com/irfan) ([email protected])
Afficher le fichier Open project: elfet/deployer Class Usage Examples

Méthodes publiques

Méthode Description
create ( Deployer $deployer, string $name, array $nodes, integer $port = 22 ) : Cluster

Private Methods

Méthode Description
__construct ( ) This class should not be initialized, so set the __construct as private

Method Details

create() public static méthode

public static create ( Deployer $deployer, string $name, array $nodes, integer $port = 22 ) : Cluster
$deployer Deployer\Deployer
$name string
$nodes array
$port integer
Résultat Cluster