Example #1
0
 public function countPathwayStudents()
 {
     $criteria = CoursePeer::retrievePathwayStudentsCriteria($this->getId());
     return CourseSubjectStudentPathwayPeer::doCount($criteria);
 }