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

getType() public method

Returns the connector's type
public getType ( ) : string
return string Type of the connector
    public function getType()
    {
        return $this->type;
    }
ConnectorNode