コード例 #1
0
 /**
  * Find with all relations
  */
 public static function findWithRelations($id)
 {
     return Hospital::findWithRelationsUseTimes($id, 1, 24);
 }