Changeset 10248 for trunk/src/bp-core/classes/class-bp-user-query.php
- Timestamp:
- 10/11/2015 04:27:50 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/classes/class-bp-user-query.php (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-user-query.php
r10108 r10248 82 82 * List of found users and their respective data. 83 83 * 84 * @access public To allow components to manipulate them.85 84 * @since 1.7.0 86 85 * @var array … … 91 90 * Total number of found users for the current query. 92 91 * 93 * @access public To allow components to manipulate it.94 92 * @since 1.7.0 95 93 * @var int … … 100 98 * List of found user IDs. 101 99 * 102 * @access public To allow components to manipulate it.103 100 * @since 1.7.0 104 101 * @var array … … 109 106 * SQL clauses for the user ID query. 110 107 * 111 * @access public To allow components to manipulate it.112 108 * @since 1.7.0 113 109 * @var array … … 119 115 * 120 116 * @since 2.2.0 121 * @access public122 117 * @var string 123 118 */ … … 135 130 * Standard response when the query should not return any rows. 136 131 * 137 * @access protected138 132 * @since 1.7.0 139 133 * @var string
Note: See TracChangeset
for help on using the changeset viewer.