bool accepts(string|array $contentTypes) Determines whether the current requests accepts a given content type. Parameters string|array $contentTypes Return Value bool
$this appendOutputTo(string $location) Append the output of the command to a given location. Parameters string $location Return Value $this
Encrypter getEncrypter() Get the encrypter instance. Return Value Encrypter
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
$this dontSeeInField(string $selector, string $value) Assert that an input field does not contain the given value. Parameters string $selector string $value Return Value $this
array arguments() Get all of the arguments passed to the command. Return Value array
bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool
static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void
void error(string $string) Write a string as error output. Parameters string $string Return Value void
Page 117 of 996