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

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

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

Свойство Тип Описание
$name string The name of the connector, might be chosen freely
$type string The type of the connector, might be chosen freely

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

Метод Описание
getName ( ) : string Returns the connector's name
getType ( ) : string Returns the connector's type

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

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

Returns the connector's name
public getName ( ) : string
Результат string Name of the connector

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

Returns the connector's type
public getType ( ) : string
Результат string Type of the connector

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

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

The name of the connector, might be chosen freely
protected string $name
Результат string

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

The type of the connector, might be chosen freely
protected string $type
Результат string