- Timestamp:
- 05/03/2015 06:51:25 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/classes/class-bp-activity-query.php
r9819 r9833 91 91 * 92 92 * @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 * 94 95 * @return string SQL fragment to append to the main WHERE clause. 95 96 */ … … 116 117 * @param array $clause Array of arguments belonging to the clause. 117 118 * @param array $parent_query Parent query to which the clause belongs. 119 * 118 120 * @return array { 119 121 * @type array $where Array of subclauses for the WHERE statement. … … 226 228 * @access protected 227 229 * 228 * @param array $query Clause to check. 230 * @param array $query Clause to check. 231 * 229 232 * @return bool 230 233 */ … … 243 246 * 244 247 * @param string $column The user-supplied column name. 248 * 245 249 * @return string A validated column name value. 246 250 */
Note: See TracChangeset
for help on using the changeset viewer.