Lines:
1 to 23 of 23
<?php // Exit if accessed directly if ( ! defined( 'ABSPATH' ) ) exit; /* class EDD_Customer_Query */ /* function EDD_Customer_Query::__construct() – Constructor. */ /* function EDD_Customer_Query::query() – Sets up the query for retrieving customers. */ /* function EDD_Customer_Query::parse_query() – Parses arguments passed to the customer query with default query parameters. */ /* function EDD_Customer_Query::get_items() – Retrieves a list of customers matching the query vars. */ /* function EDD_Customer_Query::query_items() – Runs a database query to retrieve customers. */ /* function EDD_Customer_Query::set_found_items() – Populates the found_items property for the current query if the limit clause was used. */ /* function EDD_Customer_Query::construct_request_fields() – Constructs the fields segment of the SQL request. */ /* function EDD_Customer_Query::construct_request_join() – Constructs the join segment of the SQL request. */ /* function EDD_Customer_Query::construct_request_where() – Constructs the where segment of the SQL request. */ /* function EDD_Customer_Query::construct_request_orderby() – Constructs the orderby segment of the SQL request. */ /* function EDD_Customer_Query::construct_request_limits() – Constructs the limits segment of the SQL request. */ /* function EDD_Customer_Query::construct_request_groupby() – Constructs the groupby segment of the SQL request. */ /* function EDD_Customer_Query::get_search_sql() – Used internally to generate an SQL string for searching across multiple columns. */ /* function EDD_Customer_Query::parse_orderby_string() – Parses a single orderby string. */ /* function EDD_Customer_Query::parse_order_string() – Parses a single order string. */ /* function EDD_Customer_Query::get_allowed_orderby_keys() – Returns the basic allowed keys to use for the orderby clause. */