Function __global->get_custom_base_url
Definitions
sources/global2.php
- Get the base URL (the minimum fully qualified URL to our personal data installation). For a shared install, or a GAE-install, this is different to the base URL.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Returns
- The base URL
- Type: URLPATH
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the base URL (the minimum fully qualified URL to our personal data installation). For a shared install, or a GAE-install, this is different to the base URL.
*
* @return URLPATH The base URL
*/
function get_custom_base_url() : string
* Get the base URL (the minimum fully qualified URL to our personal data installation). For a shared install, or a GAE-install, this is different to the base URL.
*
* @return URLPATH The base URL
*/
function get_custom_base_url() : string
sources/minikernel.php
- Get the base URL (the minimum fully qualified URL to our personal data installation). For a shared install only, this is different to the base URL.(In minikernel, this returns the base URL).
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Returns
- The base URL
- Type: URLPATH
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the base URL (the minimum fully qualified URL to our personal data installation). For a shared install only, this is different to the base URL.(In minikernel, this returns the base URL).
*
* @return URLPATH The base URL
*/
function get_custom_base_url() : string
* Get the base URL (the minimum fully qualified URL to our personal data installation). For a shared install only, this is different to the base URL.(In minikernel, this returns the base URL).
*
* @return URLPATH The base URL
*/
function get_custom_base_url() : string

