ConsoleMakeCommand::option()

string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array

ViewPublishCommand::getOutput()

OutputInterface getOutput() Get the output implementation. Return Value OutputInterface

TinkerCommand::info()

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

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