Storage::shouldReceive()

static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation

Storage::setFacadeApplication()

static void setFacadeApplication(Application $app) Set the application instance. Parameters Application $app Return Value void

Storage::getFacadeRoot()

static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed

Storage::getFacadeApplication()

static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application

Storage::clearResolvedInstances()

static void clearResolvedInstances() Clear all of the resolved instances. Return Value void

Storage::clearResolvedInstance()

static void clearResolvedInstance(string $name) Clear a resolved facade instance. Parameters string $name Return Value void

Storage

Storage class Storage extends Facade (View source) Methods static void swap(mixed $instance) Hotswap the underlying instance behind the facade. from Facade static Expectation shouldReceive() Initiate a mock expectation on the facade. from Facade static mixed getFacadeRoot() Get the root object behind the facade. from Facade static void clearResolvedInstance(string $name) Clear a resolved facade instance. from Facade static void clearResolvedInstances() Clear all of the res

StatusCommand::__construct()

void __construct(Migrator $migrator) Create a new migration rollback command instance. Parameters Migrator $migrator Return Value void

StatusCommand::warn()

void warn(string $string, null|int|string $verbosity = null) Write a string as warning output. Parameters string $string null|int|string $verbosity Return Value void

StatusCommand::table()

void table(array $headers, Arrayable|array $rows, string $style = 'default') Format input to textual table. Parameters array $headers Arrayable|array $rows string $style Return Value void