Function Forum_driver_wbb22->_get_guest_group

Definitions

sources/forum/wbb22.php

  • Get the ID of the usergroup that is for guests.
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: int

Returns

  • The guest usergroup
  • Type: GROUP
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get the ID of the usergroup that is for guests.
 *
 * @return GROUP The guest usergroup
 */

protected function _get_guest_group() : int