EventGenerateCommand::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

SQLiteProcessor::processColumnListing()

array processColumnListing(array $results) Process the results of a column listing query. Parameters array $results Return Value array

SeedCommand::call()

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

SeedCommand::fire()

void fire() Execute the console command. Return Value void

Message::priority()

$this priority(int $level) Set the message priority level. Parameters int $level Return Value $this

ViewPublishCommand::question()

void question(string $string) Write a string as question output. Parameters string $string Return Value void

Form::shouldReceive()

static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation

StatefulGuard::onceUsingId()

bool onceUsingId(mixed $id) Log the given user ID into the application without sessions or cookies. Parameters mixed $id Return Value bool

Model::hasMany()

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

MorphPivot::getCreatedAtColumn()

string getCreatedAtColumn() Get the name of the "created at" column. Return Value string