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
array processColumnListing(array $results) Process the results of a column listing query. Parameters array $results Return Value array
int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int
void fire() Execute the console command. Return Value void
$this priority(int $level) Set the message priority level. Parameters int $level Return Value $this
void question(string $string) Write a string as question output. Parameters string $string Return Value void
static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation
bool onceUsingId(mixed $id) Log the given user ID into the application without sessions or cookies. Parameters mixed $id Return Value bool
HasMany hasMany(string $related, string $foreignKey = null, string $localKey = null) Define a one-to-many relationship. Parameters string $related string $foreignKey string $localKey Return Value HasMany
string getCreatedAtColumn() Get the name of the "created at" column. Return Value string
Page 375 of 996