Home
last modified time | relevance | path

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

/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmPerformancePlugin/modules/performance/actions/
H A DsearchPerformancReviewAction.class.php15 public $searchReviewForm; variable in searchPerformancReviewAction
35 if ($this->searchReviewForm == null) {
38 return $this->searchReviewForm;
46 public function setSearchReviewForm($searchReviewForm) { argument
47 $this->searchReviewForm = $searchReviewForm;
H A DsearchEvaluatePerformancReviewAction.class.php15 public $searchReviewForm; variable in searchEvaluatePerformancReviewAction
31 if ($this->searchReviewForm == null) {
34 return $this->searchReviewForm;
42 public function setSearchReviewForm($searchReviewForm) { argument
43 $this->searchReviewForm = $searchReviewForm;