Dispatcher::makeListener()

mixed makeListener(mixed $listener) Register an event listener with the dispatcher. Parameters mixed $listener Return Value mixed

SQLiteGrammar::setTablePrefix()

$this setTablePrefix(string $prefix) Set the grammar's table prefix. Parameters string $prefix Return Value $this

JsonResponse::__construct()

__construct(mixed $data = null, int $status = 200, array $headers = array(), int $options) Constructor. Parameters mixed $data int $status array $headers int $options

FlushFailedCommand::anticipate()

string anticipate(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string

DatabaseJob::getRawBody()

string getRawBody() Get the raw body string for the job. Return Value string

User::getUpdatedAtColumn()

string getUpdatedAtColumn() Get the name of the "updated at" column. Return Value string

Application::useDatabasePath()

$this useDatabasePath(string $path) Set the database directory. Parameters string $path Return Value $this

ResetCommand::line()

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

FailConsoleServiceProvider::package()

void package(string $package, string $namespace = null, string $path = null) Register the package's component namespaces. Parameters string $package string $namespace string $path Return Value void

Event::fake()

static void fake() Replace the bound instance with a fake. Return Value void