array getQueuedCookies() Get the cookies which have been queued for the next request. Return Value array
array all() Get all of the input and files for the request. Return Value array
string stripParentheses(string $expression) Strip the parentheses from the given expression. Parameters string $expression Return Value string
string getForeignKey() Get the default foreign key name for the model. Return Value string
string output() Get the output for the last run command. Return Value string
array provides() Get the services provided by the provider. Return Value array
array arguments() Get all of the arguments passed to the command. Return Value array
string compileInsert(Builder $query, array $values) Compile an insert statement into SQL. Parameters Builder $query array $values Return Value string
Collection getEager() Get the relationship for eager loading. Return Value Collection
MailableMailer bcc(mixed $users) Begin the process of mailing a mailable class instance. Parameters mixed $users Return Value MailableMailer
Page 295 of 996