Factory::setCurrentPage()

void setCurrentPage(int $number) Set the number of the current page. Parameters int $number Return Value void

Factory::setContainer()

void setContainer(Container $container) Set the IoC container instance. Parameters Container $container Return Value void

Factory::setBaseUrl()

void setBaseUrl(string $baseUrl) Set the base URL in use by the paginator. Parameters string $baseUrl Return Value void

Factory::sendNow()

void sendNow(Collection|array|mixed $notifiables, mixed $notification) Send the given notification immediately. Parameters Collection|array|mixed $notifiables mixed $notification Return Value void

Factory::send()

void send(Collection|array|mixed $notifiables, mixed $notification) Send the given notification to the given notifiable entities. Parameters Collection|array|mixed $notifiables mixed $notification Return Value void

Factory::resolver()

void resolver(Closure $resolver) Set the Validator instance resolver. Parameters Closure $resolver Return Value void

Factory::replacer()

void replacer(string $rule, Closure|string $replacer) Register a custom implicit validator message replacer. Parameters string $rule Closure|string $replacer Return Value void

Factory::replacer()

void replacer(string $rule, Closure|string $replacer) Register a custom implicit validator message replacer. Parameters string $rule Closure|string $replacer Return Value void

Factory::renderEach()

string renderEach(string $view, array $data, string $iterator, string $empty = 'raw|') Get the rendered contents of a partial from a loop. Parameters string $view array $data string $iterator string $empty Return Value string

Factory::rawOf()

array rawOf(string $class, string $name, array $attributes = array()) Get the raw attribute array for a given named model. Parameters string $class string $name array $attributes Return Value array