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

getName() public method

Return's the unique datasource name.
public getName ( ) : string | null
return string | null The unique datasource name
    public function getName()
    {
        return $this->name;
    }