offsetExists($key)) { return $ret; } $storage = $this->getStorage(); $name = $this->getName(); $ret =& $storage[$name][$key]; return $ret; } }