PHP 클래스 AppserverIo\Appserver\Core\Api\Node\ProvisionerNode

상속: extends AppserverIo\Description\Api\Node\AbstractNode, implements AppserverIo\Appserver\Core\Api\Node\ProvisionerNodeInterface
파일 보기 프로젝트 열기: appserver-io/appserver

보호된 프로퍼티들

프로퍼티 타입 설명
$factory string The managers factory class name.
$name string The provisioner name.
$type string The provisioner type.

공개 메소드들

메소드 설명
__construct ( string $name = '', string $type = '', string $factory = '' ) Initializes the provisioner node with the necessary data.
getFactory ( ) : string Returns the factory class name.
getName ( ) : string Returns the provisioner name.
getPrimaryKey ( ) : string Returns the nodes primary key, the name by default.
getType ( ) : string Returns the provisioner type.

메소드 상세

__construct() 공개 메소드

Initializes the provisioner node with the necessary data.
public __construct ( string $name = '', string $type = '', string $factory = '' )
$name string The provisioner name
$type string The provisioner type
$factory string The provisioners factory class name

getFactory() 공개 메소드

Returns the factory class name.
public getFactory ( ) : string
리턴 string The factory class name

getName() 공개 메소드

Returns the provisioner name.
public getName ( ) : string
리턴 string The provisioner name

getPrimaryKey() 공개 메소드

Returns the nodes primary key, the name by default.
또한 보기: AppserverIo\Appserver\Core\Api\Node\AbstractNode::getPrimaryKey()
public getPrimaryKey ( ) : string
리턴 string The nodes primary key

getType() 공개 메소드

Returns the provisioner type.
public getType ( ) : string
리턴 string The provisioner type

프로퍼티 상세

$factory 보호되어 있는 프로퍼티

The managers factory class name.
protected string $factory
리턴 string

$name 보호되어 있는 프로퍼티

The provisioner name.
protected string $name
리턴 string

$type 보호되어 있는 프로퍼티

The provisioner type.
protected string $type
리턴 string