Factory::creator()

array creator(array|string $views, Closure|string $callback) Register a view creator event. Parameters array|string $views Closure|string $callback Return Value array

Cloud::allFiles()

array allFiles(string|null $directory = null) Get all of the files from the given directory (recursive). Parameters string|null $directory Return Value array

View::__construct()

void __construct(Factory $factory, EngineInterface $engine, string $view, string $path, mixed $data = array()) Create a new view instance. Parameters Factory $factory EngineInterface $engine string $view string $path mixed $data Return Value void

RedisStore::flush()

void flush() Remove all items from the cache. Return Value void

DatabaseMigrationRepository::getConnection()

Connection getConnection() Resolve the database connection instance. Return Value Connection

IronJob::getIronJob()

array getIronJob() Get the underlying IronMQ job. Return Value array

PasswordBroker::reset()

mixed reset(array $credentials, Closure $callback) Reset the password for the given token. Parameters array $credentials Closure $callback Return Value mixed

TestCase::dontSeeText()

$this dontSeeText(string $text) Assert that a given string is not seen on the current text. Parameters string $text Return Value $this

SortedMiddleware::split()

Collection split(int $numberOfGroups) Split a collection into a certain number of groups. Parameters int $numberOfGroups Return Value Collection

Collection::sort()

Collection sort(callable $callback = null) Sort through each item with a callback. Parameters callable $callback Return Value Collection