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

getTarget() public method

Returns the rule target.
public getTarget ( ) : string
return string The rule target
    public function getTarget()
    {
        return $this->target;
    }