BroadcastNotificationCreated::__wakeup()

void __wakeup() Restore the model after serialization. Return Value void

EncryptedStore::put()

void put(string|array $key, mixed $value = null) Put a key / value pair or array of key / value pairs in the session. Parameters string|array $key mixed $value Return Value void

Collection::contains()

bool contains(mixed $key, mixed $value = null) Determine if a key exists in the collection. Parameters mixed $key mixed $value Return Value bool

Queue::shouldReceive()

static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation

ResetCommand::hasArgument()

bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool

SeedCommand::confirmToProceed()

bool confirmToProceed(string $warning = 'Application In Production!', Closure $callback = null) Confirm before proceeding with the action Parameters string $warning Closure $callback Return Value bool

User::getTable()

string getTable() Get the table associated with the model. Return Value string

Redirector::route()

RedirectResponse route(string $route, array $parameters = array(), int $status = 302, array $headers = array()) Create a new redirect response to a named route. Parameters string $route array $parameters int $status array $headers Return Value RedirectResponse

LogServiceProvider::__construct()

void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void

MailMakeCommand::confirm()

bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool