Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function offsetExists($offset)
 {
     // For consistency with what happens in get(), we force offsetExists() to
     // be TRUE for delta 0.
     if ($offset === 0) {
         return TRUE;
     }
     return parent::offsetExists($offset);
 }