DownCommand::__construct()

void __construct() Create a new console command instance. Return Value void

ListenerMakeCommand::run()

int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int

Migrator::repositoryExists()

bool repositoryExists() Determine if the migration repository exists. Return Value bool

NotificationTableCommand::call()

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

ConnectionInterface::commit()

void commit() Commit the active database transaction. Return Value void

SQLiteConnection::disconnect()

void disconnect() Disconnect from the underlying PDO connection. Return Value void

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

Connection::setReconnector()

$this setReconnector(callable $reconnector) Set the reconnect instance on the connection. Parameters callable $reconnector Return Value $this

Pivot::unguard()

static void unguard(bool $state = true) Disable all mass assignable restrictions. Parameters bool $state Return Value void

ConnectionInterface::statement()

bool statement(string $query, array $bindings = array()) Execute an SQL statement and return the boolean result. Parameters string $query array $bindings Return Value bool