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

Inheritance: extends AppserverIo\Description\Api\Node\AbstractNode
Show file Open project: appserver-io/appserver

Protected Properties

Property Type Description
$condition string The condition under which the definition should take place
$definition string The definition to perform

Public Methods

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

Method Details

getCondition() public method

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

getDefinition() public method

Returns the actual definition
public getDefinition ( ) : string
return string The actual definition

Property Details

$condition protected property

The condition under which the definition should take place
protected string $condition
return string

$definition protected property

The definition to perform
protected string $definition
return string