Constructor.
@api
ParameterBagInterface $parameterBag A ParameterBagInterface instance:
Overrides Container::__construct
public function __construct() {
parent::__construct();
$this->__bar = new \stdClass();
$this->__foo_bar = new \stdClass();
$this->__foo_baz = new \stdClass();
}