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