Collection|array saveMany(Collection|array $models) Attach a collection of models to the parent instance. Parameters Collection|array $models Return Value Collection|array
string getContentTags() Gets the content tags used for the compiler. Return Value string
void drop(string $table) Drop a table from the schema. Parameters string $table Return Value void
void failed(Exception $e) Call the failed method on the job instance. Parameters Exception $e Return Value void
string askWithCompletion(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string
$this setVisible(array $visible) Set the visible attributes for the model. Parameters array $visible Return Value $this
$this setAttribute(string $key, mixed $value) Set a given attribute on the model. Parameters string $key mixed $value Return Value $this
bool matches(Route $route, Request $request) Validate a given rule against a route and request. Parameters Route $route Request $request Return Value bool
QueueingFactory getCookieJar() Get the cookie creator instance used by the guard. Return Value QueueingFactory Exceptions RuntimeException
ConnectionInterface connection(string $name = null) Get a database connection instance. Parameters string $name Return Value ConnectionInterface
Page 672 of 996