PHP Class AppserverIo\Appserver\Core\Api\Node\EnvironmentVariableNode

Inheritance: extends AppserverIo\Description\Api\Node\AbstractNode
Afficher le fichier Open project: appserver-io/appserver

Protected Properties

Свойство Type Description
$condition string The condition under which the definition should take place
$definition string The definition to perform

Méthodes publiques

Méthode Description
getCondition ( ) : string Returns the condition for the variable definition to take place
getDefinition ( ) : string Returns the actual definition

Method Details

getCondition() public méthode

Returns the condition for the variable definition to take place
public getCondition ( ) : string
Résultat string The condition under which we set the variable

getDefinition() public méthode

Returns the actual definition
public getDefinition ( ) : string
Résultat string The actual definition

Property Details

$condition protected_oe property

The condition under which the definition should take place
protected string $condition
Résultat string

$definition protected_oe property

The definition to perform
protected string $definition
Résultat string