Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/03/2015 06:51:25 PM (10 years ago)
Author:
tw2113
Message:

First pass at cleanup of Activity component documetnation.

See #6396.

File:
1 edited

Legend:

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

    r9819 r9833  
    9191     *
    9292     * @param string $alias An existing table alias that is compatible with the current query clause.
    93      *               Default: 'a'. BP_Activity_Activity::get() uses 'a', so we default to that.
     93     *                      Default: 'a'. BP_Activity_Activity::get() uses 'a', so we default to that.
     94     *
    9495     * @return string SQL fragment to append to the main WHERE clause.
    9596     */
     
    116117     * @param  array $clause       Array of arguments belonging to the clause.
    117118     * @param  array $parent_query Parent query to which the clause belongs.
     119     *
    118120     * @return array {
    119121     *     @type array $where Array of subclauses for the WHERE statement.
     
    226228     * @access protected
    227229     *
    228      * @param  array $query Clause to check.
     230     * @param array $query Clause to check.
     231     *
    229232     * @return bool
    230233     */
     
    243246     *
    244247     * @param string $column The user-supplied column name.
     248     *
    245249     * @return string A validated column name value.
    246250     */
Note: See TracChangeset for help on using the changeset viewer.