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

getContainerName() public method

Return's the name of the container which can use this datasource
public getContainerName ( ) : string
return string The name of the container
    public function getContainerName()
    {
        return $this->containerName;
    }