ConfigFacade
Table of Contents
-
$configSource
: string
-
__callStatic()
: mixed
-
changeConfigSource()
: void
-
getConstant()
: mixed
$configSource
private
static string
$configSource
= \Igor360\NftEthPhpConnector\Configs\Config::class
__callStatic()
public
static __callStatic(mixed $name, mixed $arguments) : mixed
Parameters
-
$name
: mixed
-
-
$arguments
: mixed
-
Return values
mixed
—
changeConfigSource()
public
static changeConfigSource(string $newSource) : void
Parameters
-
$newSource
: string
-
Return values
void
—
getConstant()
public
static getConstant(mixed $name) : mixed
Parameters
-
$name
: mixed
-
Return values
mixed
—