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

getType() public méthode

Returns information about the handler's class name.
public getType ( ) : string
Résultat string The handler's class name
    public function getType()
    {
        return $this->type;
    }