Function Forum_driver_none->get_drivered_table_prefix

Definitions

sources/forum/none.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