Exemplo n.º 1
0
 /**
  * Get the value for a given offset.
  *
  * @param mixed $offset
  * @return mixed 
  * @static 
  */
 public static function offsetGet($offset)
 {
     //Method inherited from \Illuminate\Database\Eloquent\Model
     return \Webpatser\Countries\Countries::offsetGet($offset);
 }