AbstractPaginator::items()

array items() Get the slice of items being paginated. Return Value array

Factory::validate()

void validate(array $data, array $rules, array $messages = array(), array $customAttributes = array()) Validate the given data against the provided rules. Parameters array $data array $rules array $messages array $customAttributes Return Value void Exceptions ValidationException

FailedTableCommand::warn()

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

Store::start()

start() {@inheritdoc}

Collection::combine()

Collection combine(mixed $values) Create a collection by using this collection for keys and another for its values. Parameters mixed $values Return Value Collection

EventServiceProvider::__call()

mixed __call(string $method, array $parameters) Dynamically handle missing method calls. Parameters string $method array $parameters Return Value mixed

ApcStore::put()

void put(string $key, mixed $value, float|int $minutes) Store an item in the cache for a given number of minutes. Parameters string $key mixed $value float|int $minutes Return Value void

Exists::__toString()

string __toString() Convert the rule to a validation string. Return Value string

RedisBroadcaster::channel()

$this channel(string $channel, callable $callback) Register a channel authenticator. Parameters string $channel callable $callback Return Value $this

Facade::shouldReceive()

static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation