Changeset 10012 for trunk/src/bp-core/classes/class-bp-recursive-query.php
- Timestamp:
- 07/12/2015 12:49:36 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-recursive-query.php
r9819 r10012 38 38 * @access protected 39 39 * 40 * @param string $primary_table41 * @param string $primary_id_column42 40 * @return array 43 41 */ … … 144 142 * @access public 145 143 * 146 * @param array $queries Array of query clauses. 144 * @param array $queries Array of query clauses. 145 * 147 146 * @return array Sanitized array of query clauses. 148 147 */ … … 211 210 * @access protected 212 211 * 213 * @param array $clause Array of arguments belonging to the clause. 214 * @param array $parent_query Parent query to which the clause belongs. 212 * @param array $clause Array of arguments belonging to the clause. 213 * @param array $parent_query Parent query to which the clause belongs. 214 * 215 215 * @return array { 216 216 * @type array $join Array of subclauses for the JOIN statement. … … 228 228 * @access protected 229 229 * 230 * @param array $q Clause to check. 230 * @param array $query Clause to check. 231 * 231 232 * @return bool 232 233 */
Note: See TracChangeset
for help on using the changeset viewer.