コード例 #1
0
 /**
  * Convert the model instance to JSON.
  *
  * @param int $options
  * @return string 
  * @static 
  */
 public static function toJson($options = 0)
 {
     //Method inherited from \Illuminate\Database\Eloquent\Model
     return \Webpatser\Countries\Countries::toJson($options);
 }