array messages() Get custom messages for validator errors. Return Value array
mixed get(string|array $key) Retrieve an item from the cache by key. Parameters string|array $key Return Value mixed
static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application
void error(string $string) Write a string as error output. Parameters string $string Return Value void
$this setHidden(array $hidden) Set the hidden attributes for the model. Parameters array $hidden Return Value $this
static mixed __callStatic(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException
mixed __call(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException
Collection keys() Get the keys of the collection items. Return Value Collection
mixed offsetGet(string $offset) Get the value at the given offset. Parameters string $offset Return Value mixed
string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string
Page 111 of 996