Bus::clearResolvedInstance()

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

Bus::clearResolvedInstances()

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

Bus::getFacadeRoot()

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

Bus::getFacadeApplication()

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

Bus::fake()

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

Bus::setFacadeApplication()

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

Builder::__construct()

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

Bus

Illuminate\Bus Classes BusServiceProvider Dispatcher MarshalException

Bus

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

Builder::__construct()

void __construct(Connection $connection) Create a new database Schema manager. Parameters Connection $connection Return Value void