Home
last modified time | relevance | path

Searched refs:sortMapping (Results 1 – 4 of 4) sorted by relevance

/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmCorporateDirectoryPlugin/lib/dao/
H A DEmployeeDirectoryDao.php46 protected static $sortMapping = array( variable in EmployeeDirectoryDao
228 if( array_key_exists($sortField, self::$sortMapping) ) {
229 $field = self::$sortMapping[$sortField];
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/model/doctrine/orangehrmPimPlugin/
H A DEmployeeTable.class.php42 protected static $sortMapping = array( variable in EmployeeTable
343 if( array_key_exists($sortField, self::$sortMapping) ) {
344 $field = self::$sortMapping[$sortField];
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/lib/
H A Dlists.inc84 protected $sortMapping;
259 * Determines the sort mapping and stores it in $this->sortMapping.
296 $this->sortMapping = &$sortResult;
516 if (empty($this->sortMapping)) {
517 $this->sortMapping = array();
520 $this->sortMapping[$i] = $i;
526 $index = $this->sortMapping[$i];
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmPimPlugin/lib/dao/
H A DEmployeeDao.php52 protected static $sortMapping = array( variable in EmployeeDao
2063 if( array_key_exists($sortField, self::$sortMapping) ) {
2064 $field = self::$sortMapping[$sortField];