/** * If the given resource is set, the resource and the resource status are removed from the * list properties. * * @param string $name * @return Enlight_Bootstrap */ public function resetResource($name) { $this->container->reset($name); return $this; }