PHP Класс AppserverIo\Appserver\Core\Api\Node\ProvisionerNode

Автор: Tim Wagner ([email protected])
Наследование: extends AppserverIo\Description\Api\Node\AbstractNode, implements AppserverIo\Appserver\Core\Api\Node\ProvisionerNodeInterface
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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