AppserverIo\Appserver\Core\Api\Node\EnvironmentVariableNode::getCondition PHP Method

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
    public function getCondition()
    {
        return $this->condition;
    }
EnvironmentVariableNode