Example #1
0
 /**
  * Handle name
  *
  * @param mixed $offset The variable name
  *
  * @return bool
  */
 public function offsetExists($offset)
 {
     return $offset === 'name' || parent::offsetExists($offset);
 }