array directories(string $directory) Get all of the directories within a given directory. Parameters string $directory Return Value array
string getViewName(string $view = null) Get the name of the pagination view. Parameters string $view Return Value string
Collection zip(mixed $items) Zip the collection together with one or more arrays. Parameters mixed $items Return Value Collection
static string ascii(string $value) Transliterate a UTF-8 value to ASCII. Parameters string $value Return Value string
Response getLogout() Log the user out of the application. Return Value Response
Collection sort(callable $callback = null) Sort through each item with a callback. Parameters callable $callback Return Value Collection
Collection split(int $numberOfGroups) Split a collection into a certain number of groups. Parameters int $numberOfGroups Return Value Collection
$this dontSeeText(string $text) Assert that a given string is not seen on the current text. Parameters string $text Return Value $this
mixed reset(array $credentials, Closure $callback) Reset the password for the given token. Parameters array $credentials Closure $callback Return Value mixed
array getIronJob() Get the underlying IronMQ job. Return Value array
Page 902 of 996