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

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

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

Свойство Тип Описание
$formatter FormatterNode The handler's formatter configuration.
$type string The handler's class name.

Открытые методы

Метод Описание
__construct ( string $type = '', FormatterNode $formatter = null, array $params = [] ) Initializes the provisioner node with the necessary data.
getFormatter ( ) : FormatterNode Returns the formatter configuration.
getPrimaryKey ( ) : string Returns the nodes primary key, the name by default.
getType ( ) : string Returns information about the handler's class name.

Описание методов

__construct() публичный Метод

Initializes the provisioner node with the necessary data.
public __construct ( string $type = '', FormatterNode $formatter = null, array $params = [] )
$type string The provisioner type
$formatter FormatterNode The formatter node
$params array The handler params

getFormatter() публичный Метод

Returns the formatter configuration.
public getFormatter ( ) : FormatterNode
Результат FormatterNode The formatter configuration node

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 information about the handler's class name.
public getType ( ) : string
Результат string The handler's class name

Описание свойств

$formatter защищенное свойство

The handler's formatter configuration.
protected FormatterNode,AppserverIo\Appserver\Core\Api\Node $formatter
Результат FormatterNode

$type защищенное свойство

The handler's class name.
protected string $type
Результат string