InputBag
final class InputBag (View source)
Methods
__construct(array $items = [])
all()
array
has(string $key)
bool
get(string $key, mixed $default = null)
mixed
Details
__construct
__construct(array $items = [])
No description
all
array
all()
No description
has
bool
has(string $key)
No description
get
mixed
get(string $key, mixed $default = null)
No description