final class InputBag (View source)

Methods

__construct(array $items = [])
array
all()
array
bool
has(string $key)
bool
mixed
get(string $key, mixed $default = null)
mixed

Details

__construct

__construct(array $items = [])

No description

Parameters

array $items

all

array all()

No description

Return Value

array

has

bool has(string $key)

No description

Parameters

string $key

Return Value

bool

get

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

No description

Parameters

string $key
mixed $default

Return Value

mixed