Paginator::__construct()

void __construct(mixed $items, int $perPage, int|null $currentPage = null, array $options = array()) Create a new paginator instance. Parameters mixed $items int $perPage int|null $currentPage array $options (path, query, fragment, pageName) Return Value void

Collection::flip()

Collection flip() Flip the items in the collection. Return Value Collection

Broadcast::setFacadeApplication()

static void setFacadeApplication(Application $app) Set the application instance. Parameters Application $app Return Value void

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.

Manager::bootEloquent()

void bootEloquent() Bootstrap Eloquent so it is ready for usage. Return Value void