コード例 #1
0
 /**
  * Set a given attribute on the model.
  *
  * @param string $key
  * @param mixed $value
  * @return void 
  * @static 
  */
 public static function setAttribute($key, $value)
 {
     //Method inherited from \Illuminate\Database\Eloquent\Model
     \Webpatser\Countries\Countries::setAttribute($key, $value);
 }