array load(string $locale, string $group, string $namespace = null) Load the messages for the given locale. Parameters string $locale string $group string $namespace Return Value array
void addNamespace(string $namespace, string $hint) Add a new namespace to the loader. Parameters string $namespace string $hint Return Value void
void flush() Remove all items from the cache. Return Value void
bool forget(string $key) Remove an item from the cache. Parameters string $key Return Value bool
int|bool decrement(string $key, mixed $value = 1) Decrement the value of an item in the cache. Parameters string $key mixed $value Return Value int|bool
void forever(string $key, mixed $value) Store an item in the cache indefinitely. Parameters string $key mixed $value Return Value void
Arrayable interface Arrayable (View source) Methods array toArray() Get the instance as an array.
array toArray() Get the instance as an array. Return Value array
ArrayableInterface interface ArrayableInterface (View source) Methods array toArray() Get the instance as an array.
Page 965 of 996