Route::getFacadeApplication()

static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application

RouteListCommand::hasOption()

bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool

StorageLinkCommand::info()

void info(string $string, null|int|string $verbosity = null) Write a string as information output. Parameters string $string null|int|string $verbosity Return Value void

NotificationTableCommand

NotificationTableCommand class NotificationTableCommand extends Command (View source) Methods void __construct(Filesystem $files, Composer $composer) Create a new notifications table command instance. int run(InputInterface $input, OutputInterface $output) Run the console command. from Command int call(string $command, array $arguments = array()) Call another console command. from Command int callSilent(string $command, array $arguments = array()) Call another console command

PostgresConnection::getQueryGrammar()

Grammar getQueryGrammar() Get the query grammar used by the connection. Return Value Grammar

SQLiteConnection::getQueryGrammar()

Grammar getQueryGrammar() Get the query grammar used by the connection. Return Value Grammar

Message::bcc()

$this bcc(string|array $address, string|null $name = null) Add a blind carbon copy to the message. Parameters string|array $address string|null $name Return Value $this

MorphPivot::isDirty()

bool isDirty(array|string|null $attributes = null) Determine if the model or given attribute(s) have been modified. Parameters array|string|null $attributes Return Value bool

RequestMakeCommand::choice()

string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null) Give the user a single choice from an array of answers. Parameters string $question array $choices string $default mixed $attempts bool $multiple Return Value string

InteractsWithSession::session()

void session(array $data) Set the session to the given array. Parameters array $data Return Value void