JinyaConfiguration
extends Configuration
Table of Contents
-
$instance
: self|null
-
getConfiguration()
: self
-
reconfigureDatabase()
: void
-
__construct()
: mixed
$instance
private
static self|null
$instance
= null
getConfiguration()
public
static getConfiguration([bool $recreate = false ]) : self
Parameters
-
$recreate
: bool
= false
-
Return values
self
—
public
reconfigureDatabase() : void
Return values
void
—
__construct()
private
__construct([bool $withDatabase = true ]) : mixed
Parameters
-
$withDatabase
: bool
= true
-
Return values
mixed
—