Home
last modified time | relevance | path

Searched refs:employeeList (Results 1 – 25 of 54) sorted by relevance

123

/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmCorePlugin/lib/form/widget/
H A DohrmWidgetEmployeeNameAutoFill.php198 $employeeList = $this->getOption('employeeList');
202 if (is_array($employeeList) || $employeeList instanceof Doctrine_Collection) {
203 return $employeeList;
208 …$employeeList = UserRoleManagerFactory::getUserRoleManager()->getAccessibleEntityProperties('Emplo…
211 return $employeeList;
217 protected function getEmployeeListAsJson($employeeList) { argument
227 foreach ($employeeList as $employee) {
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmAdminPlugin/lib/form/
H A DWorkShiftForm.php25 private $employeeList; variable in WorkShiftForm
48 $employeeList = $this->getEmployeeList();
55 'availableEmp' => new sfWidgetFormSelectMany(array('choices' => $employeeList)),
111 $employeeList = array_diff($employees, $idList);
113 foreach ($employeeList as $employee) {
151 …$employeeList = $this->getEmployeeService()->getEmployeePropertyList($properties, 'lastName', 'ASC…
155 foreach ($employeeList as $employee) {
165 $this->employeeList = $empNameList;
172 foreach ($this->employeeList as $key => $value) {
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmTimePlugin/modules/time/actions/
H A DviewEmployeeTimesheetAction.class.php66 $employeeList = UserRoleManagerFactory::getUserRoleManager()
69 $this->form->employeeList = $employeeList;
71 $this->pendingApprovelTimesheets = $this->getActionableTimesheets($employeeList);
74 public function getActionableTimesheets($employeeList) { argument
83 foreach ($employeeList as $employee) {
H A DdisplayAttendanceSummaryReportCriteriaAction.class.php46 $employeeList = $userRoleManager->getAccessibleEntityProperties('Employee', $properties,
49 if (is_array($employeeList)) {
50 $lastRecord = end($employeeList);
54 …this->form = new AttendanceTotalSummaryReportForm(array(), array('employeeList' => $employeeList));
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmRESTPlugin/lib/Api/User/
H A DEmployeesAPI.php37 $employeeList = $this->getAccessibleEmployees(
42 return new Response(array_values($employeeList));
55 $employeeList = UserRoleManagerFactory::getUserRoleManager()->getAccessibleEntityProperties(
66 foreach ($employeeList as $employee) {
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmRESTPlugin/lib/Api/Pim/
H A DEmployeeSearchAPI.php91 $employeeList = array();
97 $employeeList = $this->getEmployeeService()->getEmployeeList();
100 $employeeList = $this->getEmployeeService()->searchEmployees($parameterHolder);
102 if (empty($employeeList[0])) {
113 return new Response($this->buildEmployeeData($employeeList), $relationsArray);
211 private function buildEmployeeData($employeeList) argument
214 foreach ($employeeList as $employee) {
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmLeavePlugin/lib/form/
H A DLeaveListForm.php14 private $employeeList; variable in LeaveListForm
179 return $this->employeeList;
182 public function setEmployeeList($employeeList) { argument
183 $this->employeeList = $employeeList;
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmCorePlugin/test/authorization/userrole/
H A DSupervisorUserRoleTest.php83 $employeeList = new Doctrine_Collection('Employee');
89 $employeeList->add($employee);
95 ->will($this->returnValue($employeeList));
102 $this->assertEquals($employees[$i + 1], $employeeList[$i]);
H A DAdminUserRoleTest.php104 $employeeList = new Doctrine_Collection('Employee');
110 $employeeList->add($employee);
116 ->will($this->returnValue($employeeList));
122 $this->assertEquals($employees[$i + 1], $employeeList[$i]);
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmCorePlugin/lib/role/
H A DAdminUserRoleDecorator.php226 $employeeList = $this->getEmployeeService()->getEmployeeList('empNumber', 'ASC', true);
229 if ($employeeList[0]->getEmpNumber() == null) {
232 return $employeeList;
238 $employeeList = $this->getEmployeeService()->getEmployeeList('empNumber', 'ASC', true);
244 if ($employeeList[0]->getEmpNumber() == null) {
245 $employeeList->add($employee);
246 return $employeeList;
248 $employeeList->add($employee);
249 return $employeeList;
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmPerformanceTrackerPlugin/lib/form/
H A DAddPerformanceTrackerForm.php185 $employeeList = UserRoleManagerFactory::getUserRoleManager()
189 foreach ($employeeList as $employee) {
211 … $employeeList = $employeeService->getEmployeePropertyList($properties, 'lastName', 'ASC', true);
213 foreach ($employeeList as $employee) {
220 $this->employeeList = $empNameList;
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmPerformancePlugin/lib/form/
H A DBasePefromanceSearchForm.php346 $employeeList = $employeeService->getEmployeeList('empNumber', 'ASC', true);
354 foreach ($employeeList as $employee) {
393 $employeeList = $employeeService->getSupervisorIdListBySubordinateId($subordinateId);
395 foreach ($employeeList as $employee) {
418 $employeeList = $employeeService->getSubordinateListForEmployee();
420 foreach ($employeeList as $employee) {
/dports/www/orangehrm/orangehrm-4.9/symfony/apps/orangehrm/lib/report/ohrmWidgets/
H A DohrmWidgetEmployeeList.php63 $employeeList = $userObj->getEmployeeList();
65 if ($employeeList != null) {
66 foreach ($employeeList as $employee) {
H A DohrmReportWidgetEmployeeListAutoFill.php86 $employeeList = $userRoleManager->getAccessibleEntities('Employee',
188 $this->getEmployeeListAsJson($employeeList),
201 public function getEmployeeListAsJson($employeeList) { argument
209 foreach ($employeeList as $employee) {
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmCorporateDirectoryPlugin/lib/wrapper/
H A DCorporateDirectoryWebServiceHelper.php61 $employeeList = array();
104 $employeeList[] = $employeeDetails;
106 return $employeeList;
/dports/games/ufoai/ufoai-2.5-source/src/client/cgame/campaign/
H A Dcp_employee_callbacks.cpp43 static linkedList_t* employeeList; /** @sa E_GetEmployeeByMenuIndex */ variable
171 cgi->LIST_Delete(&employeeList); in E_EmployeeList_f()
184 cgi->LIST_AddPointer(&employeeList, e); in E_EmployeeList_f()
247 employeesInCurrentList = E_GetHiredEmployees(base, EMPL_SOLDIER, &employeeList); in E_GenerateHiredEmployeesList()
257 return static_cast<Employee*>(cgi->LIST_GetByIdx(employeeList, num)); in E_GetEmployeeByMenuIndex()
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmRESTPlugin/lib/Api/User/Attendance/
H A DAttendanceListAPI.php154 $employeeList = $this->getEmployeeService()->searchEmployees($parameterHolder);
155 foreach ($employeeList as $employee) {
231 $employeeList = UserRoleManagerFactory::getUserRoleManager()->getAccessibleEntityProperties(
242 $empNumbers = array_keys($employeeList);
244 foreach ($employeeList as $empNumber => $employee) {
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmBuzzPlugin/modules/buzz/actions/
H A DgetSharedEmployeeListAction.class.php99 * @param array $employeeList
102 private function generateUniqueEmployeeList($employeeList) { argument
104 foreach ($employeeList as $employee) {
H A DviewAnniversariesComponent.class.php39 …$this->employeeList = array_merge($employeeAnniversariesForNext30Days, $employeeAnniversariesForNe…
43 foreach ($this->employeeList as $employee) {
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmPerformancePlugin/modules/performance/actions/
H A DgetSubordinateListAjaxAction.class.php22 …$employeeList = $employeeService->getSubordinateListForEmployee($request->getGetParameter('id')); …
26 foreach ($employeeList as $subordinate) {
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmRESTPlugin/test/api/pim/
H A DApiEmployeeSearchAPITest.php82 $employeeList = new Doctrine_Collection('Employee');
83 $employeeList[] = $employee;
89 ->will($this->returnValue($employeeList));
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmTimePlugin/lib/form/
H A DviewEmployeeTimesheetForm.php16 public $employeeList; variable in viewEmployeeTimesheetForm
52 foreach ($this->employeeList as $employee) {
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmBuzzPlugin/lib/form/
H A DBuzzEmployeeSearchForm.php68 $employeeList = $employeeService->getEmployeeList();
71 foreach ($employeeList as $employee) {
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmBuzzPlugin/modules/buzz/templates/
H A DviewLikedEmployeesSuccess.php27 <?php foreach ($employeeList as $employeeDetails) { ?>
76 <?php foreach ($employeeList as $employeeDetails) { ?>
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmRESTPlugin/modules/apiv1userLeave/actions/
H A DSubordinateLeaveRequestApiAction.class.php93 $employeeList = UserRoleManagerFactory::getUserRoleManager()->getAccessibleEntityProperties(
103 return array_keys($employeeList);

123