Home
last modified time | relevance | path

Searched refs:salaryIds (Results 1 – 2 of 2) sorted by relevance

/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmPimPlugin/lib/service/
H A DEmployeeService.php1275 * @param array $salaryIds Array of salary IDs. Optional.
1284 public function deleteEmployeeSalaryComponents($empNumber, $salaryIds = null) { argument
1285 return $this->getEmployeeDao()->deleteEmployeeSalaryComponents($empNumber, $salaryIds);
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmPimPlugin/lib/dao/
H A DEmployeeDao.php1578 * @param array $salaryIds
1582 public function deleteEmployeeSalaryComponents($empNumber, $salaryIds = null) { argument
1589 if (is_array($salaryIds) && count($salaryIds) > 0) {
1590 $q->whereIn('id', $salaryIds);