Esempio n. 1
0
 public function getCommisions($school_year = null)
 {
     is_null($school_year) ? $school_year = SchoolYearPeer::retrieveCurrent() : $school_year;
     return CoursePeer::retrieveComissionsForSchoolYearAndStudent($school_year, $this);
 }