SqlServerConnection::logging()

bool logging() Determine whether we're logging queries. Return Value bool

User::getUpdatedAtColumn()

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

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

Application::useDatabasePath()

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

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

Model::getOriginal()

mixed|array getOriginal(string|null $key = null, mixed $default = null) Get the model's original attribute values. Parameters string|null $key mixed $default Return Value mixed|array

CacheTableCommand::run()

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

StatefulGuard::check()

bool check() Determine if the current user is authenticated. Return Value bool

Guard::setDispatcher()

void setDispatcher(Dispatcher $events) Set the event dispatcher instance. Parameters Dispatcher $events Return Value void