AppserverIo\Appserver\Core\Api\Node\DatasourceNode::getContainerName PHP Méthode

getContainerName() public méthode

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