class BeartropySettings extends Facade

Methods

static string
getFacadeAccessor()

Get the registered name of the component.

static mixed
get(string $key, mixed $default = 'null')

No description

static void
set(string $key, mixed $value = 'null')

No description

static bool
has(string $key)

No description

Details

at line 21
static protected string getFacadeAccessor()

Get the registered name of the component.

Return Value

string

at line 14
static mixed get(string $key, mixed $default = 'null')

No description

Parameters

string $key
mixed $default

Return Value

mixed

at line 14
static void set(string $key, mixed $value = 'null')

No description

Parameters

string $key
mixed $value

Return Value

void

at line 14
static bool has(string $key)

No description

Parameters

string $key

Return Value

bool