Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Deployer
Cluster
ClusterFactory
PHP Class Deployer\Cluster\ClusterFactory
Author:
Irfan Durmus (http://github.com/irfan) (
[email protected]
)
ファイルを表示
Open project: elfet/deployer
Class Usage Examples
Public Methods
Method
Description
create
(
Deployer
$deployer
,
string
$name
,
array
$nodes
,
integer
$port
= 22 ) :
Cluster
Private Methods
Method
Description
__construct
( )
This class should not be initialized, so set the __construct as private
Method Details
create()
public
static
method
public
static
create
(
Deployer
$deployer
,
string
$name
,
array
$nodes
,
integer
$port
= 22 ) :
Cluster
$deployer
Deployer\Deployer
$name
string
$nodes
array
$port
integer
return
Cluster