AppserverIo\Appserver\Core\Api\Node\ListenerNode::getType PHP Method

getType() public method

Return's the listener type.
public getType ( ) : string
return string The listener type
    public function getType()
    {
        return $this->type;
    }