AppserverIo\Appserver\Core\Api\Node\RewriteNode::getTarget PHP 메소드

getTarget() 공개 메소드

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