MemcachedStore::get()

mixed get(string|array $key) Retrieve an item from the cache by key. Parameters string|array $key Return Value mixed

RoutesCommand::error()

void error(string $string) Write a string as error output. Parameters string $string Return Value void

Model::setHidden()

$this setHidden(array $hidden) Set the hidden attributes for the model. Parameters array $hidden Return Value $this

FormRequest::__callStatic()

static mixed __callStatic(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException

Collection::keys()

Collection keys() Get the keys of the collection items. Return Value Collection

FormRequest::__call()

mixed __call(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException

FormRequest::offsetGet()

mixed offsetGet(string $offset) Get the value at the given offset. Parameters string $offset Return Value mixed

ResetCommand::ask()

string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string

ConsoleMakeCommand::call()

int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int

FormRequest::offsetExists()

bool offsetExists(string $offset) Determine if the given offset exists. Parameters string $offset Return Value bool