bool logging() Determine whether we're logging queries. Return Value bool
string getUpdatedAtColumn() Get the name of the "updated at" column. Return Value string
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
$this useDatabasePath(string $path) Set the database directory. Parameters string $path Return Value $this
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
static void fake() Replace the bound instance with a fake. Return Value void
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
int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int
bool check() Determine if the current user is authenticated. Return Value bool
void setDispatcher(Dispatcher $events) Set the event dispatcher instance. Parameters Dispatcher $events Return Value void
Page 262 of 996