Searched refs:customQuery (Results 1 – 1 of 1) sorted by relevance
1527 protected function __recordsCount( $customQuery = null ) argument1534 $customQuery = trim( $customQuery );1535 if ( $customQuery === '' )1541 'SELECT COUNT(*) \1', $customQuery );1582 $offset = 0, $limit = null, $customQuery = null ) argument1647 if ( trim( $customQuery ) === '' )1652 $query = $customQuery;1685 * @param string $customQuery a custom query to use instead of managed one1689 $listAll = false, $customQuery = null, argument1693 $customQuery = trim( $customQuery );[all …]