Changeset 13890 for trunk/src/bp-groups/classes/class-bp-groups-member.php
- Timestamp:
- 06/02/2024 01:06:10 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/classes/class-bp-groups-member.php
r13469 r13890 256 256 * @since 1.6.0 257 257 * 258 * @return bool True on success, false on failure.258 * @return bool 259 259 */ 260 260 public function save() { … … 330 330 * 331 331 * @param string $status The new status. 'mod' or 'admin'. 332 * @return bool True on success, false on failure.332 * @return bool 333 333 */ 334 334 public function promote( $status = 'mod' ) { … … 353 353 * @since 1.6.0 354 354 * 355 * @return bool True on success, false on failure.355 * @return bool 356 356 */ 357 357 public function demote() { … … 368 368 * @since 1.6.0 369 369 * 370 * @return bool True on success, false on failure.370 * @return bool 371 371 */ 372 372 public function ban() { … … 385 385 * @since 1.6.0 386 386 * 387 * @return bool True on success, false on failure.387 * @return bool 388 388 */ 389 389 public function unban() { … … 422 422 * @since 1.6.0 423 423 * 424 * @return bool True on success, false on failure.424 * @return bool 425 425 */ 426 426 public function remove() { … … 491 491 * @param int $user_id ID of the user. 492 492 * @param int $group_id ID of the group. 493 * @return bool True on success, false on failure.493 * @return bool 494 494 */ 495 495 public static function delete( $user_id, $group_id ) { … … 1132 1132 * 1133 1133 * @param array $group_ids IDs of the groups. 1134 * @return bool True on success.1134 * @return bool 1135 1135 */ 1136 1136 public static function prime_group_admins_mods_cache( $group_ids ) {
Note: See TracChangeset
for help on using the changeset viewer.