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

getCondition() public method

Returns the rewrite condition.
public getCondition ( ) : string
return string The rewrite condition
    public function getCondition()
    {
        return $this->condition;
    }