services = $this->privates = array(); $this->aliases = array(); } public function reset() { $this->privates = array(); parent::reset(); } public function compile() { throw new LogicException('You cannot compile a dumped container that was already compiled.'); } public function isCompiled() { return true; } }