static string resolveCurrentPath(string $default = '/') Resolve the current request path or return the default value. Parameters string $default Return Value string
$this setCollection(Collection $collection) Set the paginator's underlying collection. Parameters Collection $collection Return Value $this
static void setFacadeApplication(Application $app) Set the application instance. Parameters Application $app Return Value void
$this setPageName(string $name) Set the query string variable used to store the page. Parameters string $name Return Value $this
$this setPath(string $path) Set the base path to assign to all URLs. Parameters string $path Return Value $this
static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation
static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void
array toArray() Get the instance as an array. Return Value array
string toHtml() Render the contents of the paginator to HTML. Return Value string
string toJson(int $options) Convert the object to its JSON representation. Parameters int $options Return Value string
Page 9569 of 11844