Function Forum_driver_cns->get_drivered_table_prefix
Definitions
sources/forum/cns.php
- Get the forums' table prefix for the database.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Returns
- The forum database table prefix
- Type: string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the forums' table prefix for the database.
*
* @return string The forum database table prefix
*/
public function get_drivered_table_prefix() : string
* Get the forums' table prefix for the database.
*
* @return string The forum database table prefix
*/
public function get_drivered_table_prefix() : string