RemindersTableCommand::run()

int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int

Arr::last()

static mixed last(array $array, callable $callback = null, mixed $default = null) Return the last element in an array passing a given truth test. Parameters array $array callable $callback mixed $default Return Value mixed

MailMessage::attachData()

$this attachData(string $data, string $name, array $options = array()) Attach in-memory data as an attachment. Parameters string $data string $name array $options Return Value $this

MailMessage::view()

$this view(string $view, array $data = array()) Set the view for the mail message. Parameters string $view array $data Return Value $this

Builder::scopes()

mixed scopes(array $scopes) Add the given scopes to the current builder instance. Parameters array $scopes Return Value mixed

Repository::tags()

TaggedCache tags(array|mixed $names) Begin executing a new tags operation if the store supports it. Parameters array|mixed $names Return Value TaggedCache Exceptions BadMethodCallException

ResponseFactory::stream()

StreamedResponse stream(Closure $callback, int $status = 200, array $headers = array()) Return a new streamed response from the application. Parameters Closure $callback int $status array $headers Return Value StreamedResponse

MakesHttpRequests::assertRedirectedTo()

$this assertRedirectedTo(string $uri, array $with = array()) Assert whether the client was redirected to a given URI. Parameters string $uri array $with Return Value $this

SqlServerGrammar::getOperators()

array getOperators() Get the gramar specific operators. Return Value array

WorkCommand::options()

array options() Get all of the options passed to the command. Return Value array