Function __global->get_forum_type
Definitions
sources/global2.php
- Get the type of forums installed.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Returns
- The type of forum installed
- Type: string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the type of forums installed.
*
* @return string The type of forum installed
*/
function get_forum_type() : string
* Get the type of forums installed.
*
* @return string The type of forum installed
*/
function get_forum_type() : string
sources/minikernel.php
- Get the type of forums installed.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Returns
- The type of forum installed
- Type: string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the type of forums installed.
*
* @return string The type of forum installed
*/
function get_forum_type() : string
* Get the type of forums installed.
*
* @return string The type of forum installed
*/
function get_forum_type() : string

