FlashBagInterface
interface FlashBagInterface (View source)
Methods
set(string $key, mixed $value)
void
get(string $key, mixed $default = null)
mixed
has(string $key)
bool
remove(string $key)
void
pull(string $key, mixed $default = null)
Vrátí hodnotu a okamžitě ji odstraní.
mixed
all()
array
clear()
void
Details
set
void
set(string $key, mixed $value)
No description
get
mixed
get(string $key, mixed $default = null)
No description
has
bool
has(string $key)
No description
remove
void
remove(string $key)
No description
pull
mixed
pull(string $key, mixed $default = null)
Vrátí hodnotu a okamžitě ji odstraní.
all
array
all()
No description
clear
void
clear()
No description