/**
  * Returns the object on the offset in the decorated array.
  * @param int $offset
  * @return mixed|\blaze\lang\Reflectable
  */
 public function offsetGet($offset)
 {
     return $this->array->offsetGet($offset);
 }