Ejemplo n.º 1
0
 public function getConductPeriod(CareerSchoolYearPeriod $period)
 {
     $scsy = StudentCareerSchoolYearPeer::getCurrentForStudentAndCareerSchoolYear($this, $period->getCareerSchoolYear());
     return StudentCareerSchoolYearConductPeer::retriveByStudentCareerSchoolYearAndPeriod($scsy, $period);
 }