string getViewName(string $view = null) Get the name of the pagination view. Parameters string $view Return Value string
array directories(string $directory) Get all of the directories within a given directory. Parameters string $directory Return Value array
static void updated(Closure|string $callback, int $priority) Register an updated model event with the dispatcher. Parameters Closure|string $callback int $priority Return Value void
bool isDeferred() Determine if the provider is deferred. Return Value bool
void __construct(Model $parent, array $attributes, string $table, bool $exists = false) Create a new pivot model instance. Parameters Model $parent array $attributes string $table bool $exists Return Value void
$this guard(array $guarded) Set the guarded attributes for the model. Parameters array $guarded Return Value $this
OutputInterface getOutput() Get the output implementation. Return Value OutputInterface
string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array
string getUrlRange(int $start, int $end) Create a range of pagination URLs. Parameters int $start int $end Return Value string
bool isGuarded(string $key) Determine if the given key is guarded. Parameters string $key Return Value bool
Page 212 of 996