DatabaseStore::increment()

int|bool increment(string $key, mixed $value = 1) Increment the value of an item in the cache. Parameters string $key mixed $value Return Value int|bool

Pivot::setVisible()

$this setVisible(array $visible) Set the visible attributes for the model. Parameters array $visible Return Value $this

SortedMiddleware::merge()

Collection merge(mixed $items) Merge the collection with the given items. Parameters mixed $items Return Value Collection

ForgetFailedCommand::ask()

string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string

QueueableCollection

QueueableCollection interface QueueableCollection (View source) Methods string|null getQueueableClass() Get the type of the entities being queued. array getQueueableIds() Get the identifiers for all of the entities.

FormRequest::setContainer()

$this setContainer(Container $container) Set the container implementation. Parameters Container $container Return Value $this

OptimizeServiceProvider::when()

array when() Get the events that trigger this service provider to register. Return Value array

Filesystem::lastModified()

int lastModified(string $path) Get the file's last modification time. Parameters string $path Return Value int

ViewServiceProvider::registerViewFinder()

void registerViewFinder() Register the view finder implementation. Return Value void

ControllerDispatcher::__construct()

void __construct(Container $container) Create a new controller dispatcher instance. Parameters Container $container Return Value void