Home
last modified time | relevance | path

Searched refs:activateTerminatedEmployment (Results 1 – 3 of 3) sorted by relevance

/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmPimPlugin/modules/pim/actions/
H A DactivateEmployementAction.class.php39 $this->getEmployeeService()->activateTerminatedEmployment($empNumber);
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmPimPlugin/lib/service/
H A DEmployeeService.php1473 public function activateTerminatedEmployment($empNumber) { function in EmployeeService
1474 $activatedEmployee = $this->getEmployeeDao()->activateTerminatedEmployment($empNumber);
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmPimPlugin/lib/dao/
H A DEmployeeDao.php1809 public function activateTerminatedEmployment($empNumber) { function in EmployeeDao