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

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

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

Свойство Тип Описание
$condition string The condition to match for.

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

Метод Описание
getCondition ( ) : string Returns the condition to match for.
toArray ( ) : array Converts the location node into an associative array and returns it.

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

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

Returns the condition to match for.
public getCondition ( ) : string
Результат string The condition to match for

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

Converts the location node into an associative array and returns it.
public toArray ( ) : array
Результат array The array with the location node data

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

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

The condition to match for.
protected string $condition
Результат string