static void setFacadeApplication(Application $app) Set the application instance. Parameters Application $app Return Value void
static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed
static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application
static void fake() Replace the bound instance with a fake. Return Value void
static void clearResolvedInstances() Clear all of the resolved instances. Return Value void
static void clearResolvedInstance(string $name) Clear a resolved facade instance. Parameters string $name Return Value void
Bus class Bus extends Facade (View source) Methods static void swap(mixed $instance) Hotswap the underlying instance behind the facade. from Facade static void spy() Convert the facade into a Mockery spy. 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 Fa
Illuminate\Bus Classes BusServiceProvider Dispatcher MarshalException
void __construct(ConnectionInterface $connection, Grammar $grammar = null, Processor $processor = null) Create a new query builder instance. Parameters ConnectionInterface $connection Grammar $grammar Processor $processor Return Value void
void __construct(Connection $connection) Create a new database Schema manager. Parameters Connection $connection Return Value void
Page 888 of 996