Function Forum_driver_base->get_guest_group

Definitions

sources/forum_stub.php

  • Find the usergroup ID of the forum guest member.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: int

Returns

  • The usergroup ID of the forum guest member
  • Type: GROUP
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Find the usergroup ID of the forum guest member.
 *
 * @return GROUP The usergroup ID of the forum guest member
 */

public function get_guest_group() : int