Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/25/2015 02:19:11 AM (9 years ago)
Author:
tw2113
Message:

Finishing off the XProfile class files for @since changes.

See #6576.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-xprofile/classes/class-bp-xprofile-query.php

    r9819 r10142  
    1313 * Class for generating SQL clauses to filter a user query by xprofile data.
    1414 *
    15  * @since BuddyPress (2.2.0)
     15 * @since 2.2.0
    1616 */
    1717class BP_XProfile_Query {
     
    2121     * See {@see WP_XProfile_Query::__construct()} for information on parameters.
    2222     *
    23      * @since  BuddyPress (2.2.0)
     23     * @since 2.2.0
    2424     * @access public
    2525     * @var    array
     
    3030     * Database table that where the metadata's objects are stored (eg $wpdb->users).
    3131     *
    32      * @since  BuddyPress (2.2.0)
     32     * @since 2.2.0
    3333     * @access public
    3434     * @var    string
     
    3939     * Column in primary_table that represents the ID of the object.
    4040     *
    41      * @since  BuddyPress (2.2.0)
     41     * @since 2.2.0
    4242     * @access public
    4343     * @var    string
     
    4848     * A flat list of table aliases used in JOIN clauses.
    4949     *
    50      * @since  BuddyPress (2.2.0)
     50     * @since 2.2.0
    5151     * @access protected
    5252     * @var    array
     
    5757     * Constructor.
    5858     *
    59      * @since  BuddyPress (2.2.0)
     59     * @since 2.2.0
    6060     * @access public
    6161     *
     
    9393     * Eliminates empty items and ensures that a 'relation' is set.
    9494     *
    95      * @since  BuddyPress (2.2.0)
     95     * @since 2.2.0
    9696     * @access public
    9797     *
     
    160160     * A first-order query clause is one that has either a 'key' or a 'value' array key.
    161161     *
    162      * @since  BuddyPress (2.2.0)
     162     * @since 2.2.0
    163163     * @access protected
    164164     *
     
    173173     * Return the appropriate alias for the given field type if applicable.
    174174     *
    175      * @since  BuddyPress (2.2.0)
     175     * @since 2.2.0
    176176     * @access public
    177177     *
     
    203203     * with WP's Query classes.
    204204     *
    205      * @since  BuddyPress (2.2.0)
     205     * @since 2.2.0
    206206     * @access protected
    207207     *
     
    233233     * If nested subqueries are found, this method recurses the tree to produce the properly nested SQL.
    234234     *
    235      * @since  BuddyPress (2.2.0)
     235     * @since 2.2.0
    236236     * @access protected
    237237     *
     
    314314     * Generates SQL clauses to be appended to a main query.
    315315     *
    316      * @since  BuddyPress (2.2.0)
     316     * @since 2.2.0
    317317     * @access public
    318318     *
     
    349349     * "First-order" means that it's an array with a 'field' or 'value'.
    350350     *
    351      * @since  BuddyPress (2.2.0)
     351     * @since 2.2.0
    352352     * @access public
    353353     *
     
    499499     * this * only applies to IN clauses that are connected by the relation OR.
    500500     *
    501      * @since  BuddyPress (2.2.0)
     501     * @since 2.2.0
    502502     * @access protected
    503503     *
Note: See TracChangeset for help on using the changeset viewer.