Example #1
0
 /**
  * @param ChildApplication $application The ChildApplication object to add.
  */
 protected function doAddApplication(ChildApplication $application)
 {
     $this->collApplications[] = $application;
     $application->setSchoolYear($this);
 }