Function DatabaseDriver->default_user
Definitions
sources/database.php
- Get the default user for making db connections (used by the installer as a default).
- Visibility: public
- Is abstract?: Yes
- Is static?: No
- Is final?: No
- Returns: string
Returns
- The default user for db connections
- Type: string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the default user for making db connections (used by the installer as a default).
*
* @return string The default user for db connections
*/
abstract public function default_user() : string
* Get the default user for making db connections (used by the installer as a default).
*
* @return string The default user for db connections
*/
abstract public function default_user() : string