Function Forum_driver_none->member_home_url
Definitions
sources/forum/none.php
- Get a URL to the specified member's home (control panel).
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Parameters
Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
---|---|---|---|---|---|---|---|
$member_id | MEMBER | No | No | required parameter | N/A | N/A | The member ID |
Returns
- The URL to the members home
- Type: URLPATH
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get a URL to the specified member's home (control panel).
*
* @param MEMBER $member_id The member ID
* @return URLPATH The URL to the members home
*/
public function member_home_url(int $member_id) : string
* Get a URL to the specified member's home (control panel).
*
* @param MEMBER $member_id The member ID
* @return URLPATH The URL to the members home
*/
public function member_home_url(int $member_id) : string