AppserverIo\Appserver\Core\Api\Node\RewriteMapNode::getType PHP Méthode

getType() public méthode

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