Factory::setPageName()

void setPageName(string $pageName) Set the input page parameter name used by the paginator. Parameters string $pageName Return Value void

AbstractPaginator::resolveCurrentPath()

static string resolveCurrentPath(string $default = '/') Resolve the current request path or return the default value. Parameters string $default Return Value string

SyncJob::isDeleted()

bool isDeleted() Determine if the job has been deleted. Return Value bool

PolicyMakeCommand::run()

int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int

FilesystemServiceProvider::__call()

mixed __call(string $method, array $parameters) Dynamically handle missing method calls. Parameters string $method array $parameters Return Value mixed

Model::__wakeup()

void __wakeup() When a model is being unserialized, check if it needs to be booted. Return Value void

Route::signatureParameters()

array signatureParameters(string|null $subClass = null) Get the parameters that are listed in the route / controller signature. Parameters string|null $subClass Return Value array

RouteListCommand::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

URL::getFacadeApplication()

static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application

MemcachedStore::putMany()

void putMany(array $values, float|int $minutes) Store multiple items in the cache for a given number of minutes. Parameters array $values float|int $minutes Return Value void