Expression raw(mixed $value) Get a new raw query expression. Parameters mixed $value Return Value Expression
string columnize(array $columns) Convert an array of column names into a delimited string. Parameters array $columns Return Value string
$this makeHidden(array|string $attributes) Make the given, typically visible, attributes hidden. Parameters array|string $attributes Return Value $this
void comment(string $string, null|int|string $verbosity = null) Write a string as comment output. Parameters string $string null|int|string $verbosity Return Value void
string getAuthIdentifierName() Get the name of the unique identifier for the user. Return Value string
mixed until(string $event, array $payload = array()) Fire an event until the first non-null response is returned. Parameters string $event array $payload Return Value mixed
static Collection hydrate(array $items, string|null $connection = null) Create a collection of models from plain arrays. Parameters array $items string|null $connection Return Value Collection
RedirectResponse sendResetLinkEmail(Request $request) Send a reset link to the given user. Parameters Request $request Return Value RedirectResponse
void error(string $string) Write a string as error output. Parameters string $string Return Value void
Page 946 of 996