Function Forum_driver_phpbb3->_users_online_url

Definitions

sources/forum/phpbb3.php

  • Get a URL to the members-online page.
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: string

Returns

  • The URL to the members-online page
  • Type: URLPATH
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get a URL to the members-online page.
 *
 * @return URLPATH The URL to the members-online page
 */

protected function _users_online_url() : string