mixed guard(string|null $name = null) Attempt to get the guard from the local cache. Parameters string|null $name Return Value mixed
array renderSections() Get the sections of the rendered view. Return Value array
void commit() Commit the active database transaction. Return Value void
string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string
int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int
static int destroy(array|int $ids) Destroy the models for the given IDs. Parameters array|int $ids Return Value int
string encrypt(string $value) Encrypt the given value. Parameters string $value Return Value string
string|null previousPageUrl() Get the URL for the previous page. Return Value string|null
array getFetchConstructorArgument() Get custom constructor arguments for the PDO::FETCH_CLASS fetch mode. Return Value array
string remind(array $credentials, Closure $callback = null) Send a password reminder to a user. Parameters array $credentials Closure $callback Return Value string
Page 327 of 996