AppserverIo\Appserver\Core\Api\Node\RewriteNode::getCondition PHP Метод

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

Returns the rewrite condition.
public getCondition ( ) : string
Результат string The rewrite condition
    public function getCondition()
    {
        return $this->condition;
    }