ViewPublishCommand::line()

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

DatabaseNotification::toArray()

array toArray() Convert the model instance to an array. Return Value array

ConfigCacheCommand::getLaravel()

Application getLaravel() Get the Laravel application instance. Return Value Application

DB::getFacadeRoot()

static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed

UpCommand::askWithCompletion()

string askWithCompletion(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string

BeanstalkdJob::getPheanstalk()

Pheanstalk getPheanstalk() Get the underlying Pheanstalk instance. Return Value Pheanstalk

MySqlConnection::table()

Builder table(string $table) Begin a fluent query against a database table. Parameters string $table Return Value Builder

SQLiteConnection::select()

array select(string $query, array $bindings = array(), bool $useReadPdo = true) Run a select statement against the database. Parameters string $query array $bindings bool $useReadPdo Return Value array

MailMakeCommand::call()

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

MailMessage::from()

$this from(string $address, string|null $name = null) Set the from address for the mail message. Parameters string $address string|null $name Return Value $this