DI\ContainerBuilder::ensureNotLocked PHP Méthode

ensureNotLocked() private méthode

private ensureNotLocked ( )
    private function ensureNotLocked()
    {
        if ($this->locked) {
            throw new \LogicException('The ContainerBuilder cannot be modified after the container has been built');
        }
    }