AppserverIo\Appserver\Core\Api\Node\DatasourceNode::getContainerName PHP Метод

getContainerName() публичный Метод

Return's the name of the container which can use this datasource
public getContainerName ( ) : string
Результат string The name of the container
    public function getContainerName()
    {
        return $this->containerName;
    }