Function Forum_driver_none->get_admin_username

Definitions

sources/forum/none.php

  • Get the administration username for the site.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: string

Returns

  • The admin username
  • Type: string
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get the administration username for the site.
 *
 * @return string The admin username
 */

public function get_admin_username() : string