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;1689 $listAll = false, $customQuery = null, argument1693 $customQuery = trim( $customQuery );1695 $meta = $this->getColumnsMeta( ( $customQuery !== '' ) );[all …]