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