$this setData(array $data) Set the data under validation. Parameters array $data Return Value $this
int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int
void beginTransaction() Start a new database transaction. Return Value void
$this syncOriginal() Sync the original attributes with the current. Return Value $this
$this emailOutputTo(array|mixed $addresses, bool $onlyIfOutputExists = false) E-mail the results of the scheduled operation. Parameters array|mixed $addresses bool $onlyIfOutputExists Return Value $this Exceptions LogicException
Collection whereIn(string $key, mixed $values, bool $strict = false) Filter items by the given key value pair. Parameters string $key mixed $values bool $strict Return Value Collection
$this seeJsonEquals(array $data) Assert that the response contains an exact JSON array. Parameters array $data Return Value $this
string|null prefers(string|array $contentTypes) Return the most suitable content type from the given array based on content negotiation. Parameters string|array $contentTypes Return Value string|null
static void clearResolvedInstance(string $name) Clear a resolved facade instance. Parameters string $name Return Value void
string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array
Page 860 of 996