MorphPivot::__callStatic()

static mixed __callStatic(string $method, array $parameters) Handle dynamic static method calls into the method. Parameters string $method array $parameters Return Value mixed

QueueManager::connection()

Queue connection(string $name = null) Resolve a queue connection instance. Parameters string $name Return Value Queue

RestartCommand::ask()

string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string

HasMany::wrap()

string wrap(string $value) Wrap the given value with the parent query's grammar. Parameters string $value Return Value string

Request::flashOnly()

void flashOnly(array|mixed $keys) Flash only some of the input to the session. Parameters array|mixed $keys Return Value void

SqlServerConnection::getPdo()

PDO getPdo() Get the current PDO connection. Return Value PDO

FlushFailedCommand::warn()

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

Pivot::getRelations()

array getRelations() Get all the loaded relations for the instance. Return Value array

FailedTableCommand

FailedTableCommand class FailedTableCommand extends Command (View source) Methods void __construct(Filesystem $files, Composer $composer) Create a new failed queue jobs 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 silentl

ChangesCommand::confirm()

bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool