Home
last modified time | relevance | path

Searched refs:setListComponent (Results 1 – 11 of 11) sorted by relevance

/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmOpenidAuthenticationPlugin/modules/admin/actions/
H A DopenIdProviderAction.class.php42 $this->setListComponent($openIdProviderList);
67 private function setListComponent($openIdProviderList) { function in openIdProviderAction
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmPerformancePlugin/modules/performance/actions/
H A DmyPerformanceReviewAction.class.php65 $this->setListComponent($reviews, $reviewsCount);
72 protected function setListComponent($reviews, $reviewsCount) { function in myPerformanceReviewAction
H A DsearchKpiAction.class.php83 $this->setListComponent($kpiList, $kpiListCount);
91 protected function setListComponent($kpiList, $kpiListCount) { function in searchKpiAction
H A DsearchPerformancReviewAction.class.php84 $this->setListComponent($reviews,$countReview);
92 protected function setListComponent($reviews,$countReview) { function in searchPerformancReviewAction
H A DsearchEvaluatePerformancReviewAction.class.php67 $this->setListComponent($reviews, $isReviewer, $reviewsCount);
85 protected function setListComponent($reviews, $isReviewer, $reviewsCount) { function in searchEvaluatePerformancReviewAction
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmCoreOAuthPlugin/modules/admin/actions/
H A DregisterOAuthClientAction.class.php115 $this->setListComponent($oauthClients);
129 private function setListComponent($clientList) { function in registerOAuthClientAction
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmLeavePlugin/modules/leave/actions/
H A DviewHolidayListAction.class.php121 $this->setListComponent($this->holidayList, $this->holidayPermissions);
138 protected function setListComponent($holidayList, $permissions) { function in viewHolidayListAction
H A DviewLeaveRequestAction.class.php159 $this->setListComponent($list);
164 protected function setListComponent($leaveList) { function in viewLeaveRequestAction
H A DviewLeaveEntitlementsAction.class.php164 $this->setListComponent($results, 0, 0, $showLeaveType);
194 protected function setListComponent($leaveList, $count, $page, $showLeaveType = false) { function in viewLeaveEntitlementsAction
H A DviewLeaveListAction.class.php251 $this->setListComponent($list, $recordCount, $page);
270 protected function setListComponent($leaveList, $count, $page) { function in viewLeaveListAction
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmPimPlugin/modules/pim/actions/
H A DviewEmployeeListAction.class.php122 $this->setListComponent($list, $count, $noOfRecords, $pageNumber);
140 protected function setListComponent($employeeList, $count, $noOfRecords, $page) { function in viewEmployeeListAction