Factory::getViewName()

string getViewName(string $view = null) Get the name of the pagination view. Parameters string $view Return Value string

Filesystem::directories()

array directories(string $directory) Get all of the directories within a given directory. Parameters string $directory Return Value array

Pivot::updated()

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

PublisherServiceProvider::isDeferred()

bool isDeferred() Determine if the provider is deferred. Return Value bool

MorphPivot::__construct()

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

MorphPivot::guard()

$this guard(array $guarded) Set the guarded attributes for the model. Parameters array $guarded Return Value $this

AutoloadCommand::getOutput()

OutputInterface getOutput() Get the output implementation. Return Value OutputInterface

ViewPublishCommand::argument()

string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array

Paginator::getUrlRange()

string getUrlRange(int $start, int $end) Create a range of pagination URLs. Parameters int $start int $end Return Value string

User::isGuarded()

bool isGuarded(string $key) Determine if the given key is guarded. Parameters string $key Return Value bool