public function offsetGet($offset) { $ia = parent::offsetGet($offset); $apps = $this->selectApps(); if (isset($apps[$ia->getAppId()])) { $ia->setApp($apps[$ia->getAppId()]); } return $ia; }
protected function unsetCache($id) { parent::unsetCache($id); }