Function __global->get_site_name
Definitions
sources/global2.php
- Get the site name.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Returns
- The name of the site
- Type: string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the site name.
*
* @return string The name of the site
*/
function get_site_name() : string
* Get the site name.
*
* @return string The name of the site
*/
function get_site_name() : string
sources/minikernel.php
- Get the site name.(Minikernel always returns blank).
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Returns
- The name of the site
- Type: string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the site name.(Minikernel always returns blank).
*
* @return string The name of the site
*/
function get_site_name() : string
* Get the site name.(Minikernel always returns blank).
*
* @return string The name of the site
*/
function get_site_name() : string
