AggregateServiceProvider

AggregateServiceProvider class AggregateServiceProvider extends ServiceProvider (View source) Methods void __construct(Application $app) Create a new service provider instance. from ServiceProvider void register() Register the service provider. static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. from ServiceProvider void commands(array|mixed $commands) Register the package's custom Artisan commands. from ServiceProvider array

AddQueuedCookiesToResponse::handle()

mixed handle(Request $request, Closure $next) Handle an incoming request. Parameters Request $request Closure $next Return Value mixed

AddQueuedCookiesToResponse::__construct()

void __construct(QueueingFactory $cookies) Create a new CookieQueue instance. Parameters QueueingFactory $cookies Return Value void

AbstractPaginator::viewFactoryResolver()

static void viewFactoryResolver(Closure $resolver) Set the view factory resolver callback. Parameters Closure $resolver Return Value void

Action::__construct()

void __construct(string $text, string $url) Create a new action instance. Parameters string $text string $url Return Value void

AbstractPaginator::__call()

mixed __call(string $method, array $parameters) Make dynamic calls into the collection. Parameters string $method array $parameters Return Value mixed

Action

Action class Action (View source) Properties string $text The action text. string $url The action URL.

AddQueuedCookiesToResponse

AddQueuedCookiesToResponse class AddQueuedCookiesToResponse (View source) Methods void __construct(QueueingFactory $cookies) Create a new CookieQueue instance. mixed handle(Request $request, Closure $next) Handle an incoming request.

AbstractPaginator::__toString()

string __toString() Render the contents of the paginator when casting to string. Return Value string

AbstractPaginator::url()

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