Home
last modified time | relevance | path

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

/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/
H A DPager.php108 $count = $countQuery->count($this->getCountQueryParams($params));
503 public function getCountQueryParams($defaultParams = array()) function in Doctrine_Pager
H A DRawSql.php348 $params = $this->getCountQueryParams($params);
H A DQuery.php2140 $params = $this->getCountQueryParams($params);
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/Query/
H A DAbstract.php577 public function getCountQueryParams($params = array()) function in Doctrine_Query_Abstract