Home
last modified time | relevance | path

Searched refs:getEmployeeEducations (Results 1 – 5 of 5) sorted by relevance

/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmRESTPlugin/lib/Api/Pim/
H A DEmployeeEducationAPI.php95 $educationRecords = $this->getEmployeeService()->getEmployeeEducations($empId);
169 …$educationRecord = $this->getEmployeeService()->getEmployeeEducations($filters[self::PARAMETER_ID],
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmPimPlugin/lib/form/
H A DEmployeeEducationForm.php53 $this->empEducationList = $this->getEmployeeService()->getEmployeeEducations($empNumber);
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmPimPlugin/lib/service/
H A DEmployeeService.php449 public function getEmployeeEducations($empNumber, $educationId=null) { function in EmployeeService
450 return $this->getEmployeeDao()->getEmployeeEducations($empNumber, $educationId);
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmPimPlugin/test/model/dao/
H A DEmployeeDaoTest.php377 $eduList = $this->employeeDao->getEmployeeEducations(1);
392 $eduList = $this->employeeDao->getEmployeeEducations(1, 2);
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmPimPlugin/lib/dao/
H A DEmployeeDao.php369 public function getEmployeeEducations($empNumber, $educationId=null) { function in EmployeeDao