AppserverIo\Appserver\Core\Api\Node\DatasourceNodeInterface::setContainerName PHP Метод

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

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
Результат void
    public function setContainerName($containerName);