OutputInterface getOutput() Get the output implementation. Return Value OutputInterface
$this getJson(string $uri, array $headers = array()) Visit the given URI with a GET request, expecting a JSON response. Parameters string $uri array $headers Return Value $this
Encrypter getEncrypter() Get the encrypter instance. Return Value Encrypter
$this appendOutputTo(string $location) Append the output of the command to a given location. Parameters string $location Return Value $this
bool accepts(string|array $contentTypes) Determines whether the current requests accepts a given content type. Parameters string|array $contentTypes Return Value bool
$this seeCredentials(array $credentials, string|null $guard = null) Assert that the given credentials are valid. Parameters array $credentials string|null $guard Return Value $this
Collection shuffle(int $seed = null) Shuffle the items in the collection. Parameters int $seed Return Value Collection
mixed first(callable $callback = null, mixed $default = null) Get the first item from the collection. Parameters callable $callback mixed $default Return Value mixed
void offsetUnset(mixed $offset) Unset the value for a given offset. Parameters mixed $offset Return Value void
static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void
Page 563 of 996