CallQueuedHandler::call()

void call(Job $job, array $data) Handle the queued job. Parameters Job $job array $data Return Value void

MorphTo::associate()

Model associate(Model|int $model) Associate the model instance to the given parent. Parameters Model|int $model Return Value Model

MocksApplicationServices::expectsEvents()

$this expectsEvents(array|string $events) Specify a list of events that should be fired for the given operation. These events will be mocked, so that handlers will not actually be executed. Parameters array|string $events Return Value $this Exceptions Exception

AbstractPaginator::url()

string url(int $page) Get the URL for a given page number. Parameters int $page Return Value string

Broadcaster::auth()

mixed auth(Request $request) Authenticate the incoming request for a given channel. Parameters Request $request Return Value mixed

SessionInterface

SessionInterface interface SessionInterface implements SessionInterface (View source) Methods bool exists(string|array $key) Checks if an attribute exists. SessionHandlerInterface getHandler() Get the session handler instance. bool handlerNeedsRequest() Determine if the session handler needs a request. void setRequestOnHandler(Request $request) Set the request on the handler instance.

FormRequest::decodedPath()

string decodedPath() Get the current encoded path info for the request. Return Value string

User::setDateFormat()

$this setDateFormat(string $format) Set the date format used by the model. Parameters string $format Return Value $this

ResetPassword::__wakeup()

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

Registered::__construct()

void __construct(Authenticatable $user) Create a new event instance. Parameters Authenticatable $user Return Value void