/**
  * Returns the element at the offset
  * @see EzPedidosWsdlClass::last()
  * @param int $_offset
  * @return string
  */
 public function offsetGet($_offset)
 {
     return parent::offsetGet($_offset);
 }