yxorP Documentation

paramStore
in package

Table of Contents

$case_sensitive  : string|array<string|int, mixed>|object|null
$data  : array<string|int, mixed>
__construct()  : mixed
__toString()  : mixed
all()  : array<string|int, mixed>
clear()  : void
get()  : mixed
has()  : bool
remove()  : void
replace()  : void
set()  : void
normalizeKey()  : mixed

Properties

$case_sensitive

private string|array<string|int, mixed>|object|null $case_sensitive

Methods

__construct()

public __construct([mixed $parameters = array() ][, mixed $case_sensitive = false ]) : mixed
Parameters
$parameters : mixed = array()
$case_sensitive : mixed = false
Return values
mixed

__toString()

public __toString() : mixed
Return values
mixed

all()

public all() : array<string|int, mixed>
Return values
array<string|int, mixed>

clear()

public clear() : void
Return values
void

get()

public get(mixed $key[, mixed $default = null ]) : mixed
Parameters
$key : mixed
$default : mixed = null
Return values
mixed

has()

public has(mixed $key) : bool
Parameters
$key : mixed
Return values
bool

remove()

public remove(mixed $key) : void
Parameters
$key : mixed
Return values
void

replace()

public replace(array<string|int, mixed> $data) : void
Parameters
$data : array<string|int, mixed>
Return values
void

set()

public set(mixed $key, mixed $value[, mixed $replace = true ]) : void
Parameters
$key : mixed
$value : mixed
$replace : mixed = true
Return values
void

normalizeKey()

private normalizeKey(mixed $key) : mixed
Parameters
$key : mixed
Return values
mixed

Search results