RemindersTableCommand::secret()

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

ListenCommand::setLaravel()

void setLaravel(Application $laravel) Set the Laravel application instance. Parameters Application $laravel Return Value void

SortedMiddleware::union()

Collection union(mixed $items) Union the collection with the given items. Parameters mixed $items Return Value Collection

ListenCommand::run()

int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int

BelongsTo::getQuery()

Builder getQuery() Get the underlying query for the relation. Return Value Builder

ConsoleMakeCommand::arguments()

array arguments() Get all of the arguments passed to the command. Return Value array

ExistenceAwareInterface::setExists()

SessionHandlerInterface setExists(bool $value) Set the existence state for the session. Parameters bool $value Return Value SessionHandlerInterface

User::getKeyName()

string getKeyName() Get the primary key for the model. Return Value string

TestCase::seeText()

$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

DownCommand::callSilent()

int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int