Function Forum_driver_ipb3->_join_url
Definitions
sources/forum/ipb3.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
* 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