Exemple #1
0
 public function getSchool($id)
 {
     $school = School::takeOne($id);
     return $school;
 }