Function Forum_driver_wbb22->_forum_url
Definitions
sources/forum/wbb22.php
- Get a URL to the specified forum.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Parameters
Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
---|---|---|---|---|---|---|---|
$forum_id | integer | No | No | required parameter | N/A | N/A | The forum ID |
Returns
- The URL to the specified forum
- Type: URLPATH
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get a URL to the specified forum.
*
* @param integer $forum_id The forum ID
* @return URLPATH The URL to the specified forum
*/
protected function _forum_url(int $forum_id) : string
* Get a URL to the specified forum.
*
* @param integer $forum_id The forum ID
* @return URLPATH The URL to the specified forum
*/
protected function _forum_url(int $forum_id) : string