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

setContainerName() public méthode

Set's the name of the container which can use this datasource.
public setContainerName ( string | null $containerName ) : void
$containerName string | null The name of the container
Résultat void
    public function setContainerName($containerName)
    {
        $this->containerName = $containerName;
    }