AppserverIo\Appserver\Core\Api\Node\RewriteMapNode::getType PHP 메소드

getType() 공개 메소드

Returns the type for the kind of access mode
public getType ( ) : string
리턴 string The type for the kind of access mode
    public function getType()
    {
        return $this->type;
    }
RewriteMapNode