/**
  * @param mixed $offset
  * @return mixed
  */
 public function offsetGet($offset)
 {
     return parent::__get($offset);
 }