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

getName() public method

Returns the connector's name
public getName ( ) : string
return string Name of the connector
    public function getName()
    {
        return $this->name;
    }
ConnectorNode