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