Function Forum_driver_mybb->_join_url

Definitions

sources/forum/mybb.php

  • Get a URL to the registration page (for people to create member accounts).
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: string

Returns

  • The URL to the registration page
  • Type: URLPATH
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get a URL to the registration page (for people to create member accounts).
 *
 * @return URLPATH The URL to the registration page
 */

protected function _join_url() : string