예제 #1
0
파일: Person.php 프로젝트: xama5/uver-erp
 /**
  * @param ChildEmployee $employee The ChildEmployee object to add.
  */
 protected function doAddEmployee(ChildEmployee $employee)
 {
     $this->collEmployees[] = $employee;
     $employee->setPerson($this);
 }