CookieSessionHandler::close()

close() {@inheritdoc}

User::getObservableEvents()

array getObservableEvents() Get the observable event names. Return Value array

UrlGenerator::getRequest()

Request getRequest() Get the request instance. Return Value Request

TableCommand::line()

void line(string $string, string $style = null, null|int|string $verbosity = null) Write a string as standard output. Parameters string $string string $style null|int|string $verbosity Return Value void

HasOne::getBaseQuery()

Builder getBaseQuery() Get the base query builder driving the Eloquent builder. Return Value Builder

VendorPublishCommand::comment()

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

LengthAwarePaginator::offsetUnset()

void offsetUnset(mixed $key) Unset the item at the given key. Parameters mixed $key Return Value void

ListenCommand::choice()

string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null) Give the user a single choice from an array of answers. Parameters string $question array $choices string $default mixed $attempts bool $multiple Return Value string

Pipeline::send()

$this send(mixed $traveler) Set the traveler object being sent on the pipeline. Parameters mixed $traveler Return Value $this

ConsoleSupportServiceProvider::when()

array when() Get the events that trigger this service provider to register. Return Value array