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

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

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

Свойство Тип Описание
$condition string The condition under which the definition should take place
$definition string The definition to perform

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

Метод Описание
getCondition ( ) : string Returns the condition for the variable definition to take place
getDefinition ( ) : string Returns the actual definition

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

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

Returns the condition for the variable definition to take place
public getCondition ( ) : string
Результат string The condition under which we set the variable

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

Returns the actual definition
public getDefinition ( ) : string
Результат string The actual definition

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

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

The condition under which the definition should take place
protected string $condition
Результат string

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

The definition to perform
protected string $definition
Результат string