RollbackCommand::comment()

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

MySqlConnection::getFetchConstructorArgument()

array getFetchConstructorArgument() Get custom constructor arguments for the PDO::FETCH_CLASS fetch mode. Return Value array

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

SqlServerConnection::query()

Builder query() Get a new query builder instance. Return Value Builder

SeedCommand::error()

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

ListenerMakeCommand::warn()

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

RouteListCommand::getLaravel()

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

Routing\Exceptions

Illuminate\Routing\Exceptions Exceptions UrlGenerationException