Function Forum_driver_cns->_users_online_url
Definitions
sources/forum/cns.php
- Get a URL to the members-online page.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
---|---|---|---|---|---|---|---|
$tempcode_okay | boolean | No | No | False | N/A | N/A | Whether it is okay to return the result using Tempcode (more efficient) |
Returns
- The URL to the members-online page
- Type: mixed
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get a URL to the members-online page.
*
* @param boolean $tempcode_okay Whether it is okay to return the result using Tempcode (more efficient)
* @return mixed The URL to the members-online page
*/
protected function _users_online_url(bool $tempcode_okay = false)
* Get a URL to the members-online page.
*
* @param boolean $tempcode_okay Whether it is okay to return the result using Tempcode (more efficient)
* @return mixed The URL to the members-online page
*/
protected function _users_online_url(bool $tempcode_okay = false)