string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string
void setLaravel(Application $laravel) Set the Laravel application instance. Parameters Application $laravel Return Value void
Collection union(mixed $items) Union the collection with the given items. Parameters mixed $items Return Value Collection
int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int
Builder getQuery() Get the underlying query for the relation. Return Value Builder
array arguments() Get all of the arguments passed to the command. Return Value array
SessionHandlerInterface setExists(bool $value) Set the existence state for the session. Parameters bool $value Return Value SessionHandlerInterface
string getKeyName() Get the primary key for the model. Return Value string
$this seeText(string $text, bool $negate = false) Assert that a given string is seen on the current text. Parameters string $text bool $negate Return Value $this
int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int
Page 161 of 996