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

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

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

Свойство Тип Описание
$type string The formatters class name.

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

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

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

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

Initializes the formatter node with the necessary data.
public __construct ( string $type = '', array $params = [] )
$type string The formatters class name
$params array The formatter params

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 formatters class name.
public getType ( ) : string
Результат string The formatters class name

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

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

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