SortedMiddleware

SortedMiddleware class SortedMiddleware extends Collection (View source) Traits Macroable

FoundationServiceProvider::compiles()

static array compiles() Get a list of files that should be compiled for the package. Return Value array

RouteClearCommand::askWithCompletion()

string askWithCompletion(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string

Notifications\Channels

Illuminate\Notifications\Channels Classes BroadcastChannel DatabaseChannel MailChannel NexmoSmsChannel SlackWebhookChannel

WinCacheStore

WinCacheStore class WinCacheStore extends TaggableStore implements Store (View source) Methods TaggedCache section(string $name) deprecated Begin executing a new tags operation. from TaggableStore TaggedCache tags(array|mixed $names) Begin executing a new tags operation. from TaggableStore void __construct(string $prefix = '') Create a new WinCache store. mixed get(string $key) Retrieve an item from the cache by key. void put(string $key, mixed $value, int $minutes) Stor

FailedTableCommand::info()

void info(string $string, null|int|string $verbosity = null) Write a string as information output. Parameters string $string null|int|string $verbosity Return Value void

SortedMiddleware::forPage()

Collection forPage(int $page, int $perPage) "Paginate" the collection by slicing it into a smaller collection. Parameters int $page int $perPage Return Value Collection

RedisStore::__construct()

void __construct(Database $redis, string $prefix = '', string $connection = 'default') Create a new Redis store. Parameters Database $redis string $prefix string $connection Return Value void

HasManyThrough::get()

Collection get(array $columns = array('*')) Execute the query as a "select" statement. Parameters array $columns Return Value Collection

DatabaseNotificationCollection::mode()

array mode(null $key = null) Get the mode of a given key. Parameters null $key Return Value array