Facade::shouldReceive()

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

Facade::setFacadeApplication()

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

Facade::getFacadeRoot()

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

Facade::getFacadeApplication()

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

Facade::clearResolvedInstances()

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

Facade::clearResolvedInstance()

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

Facade

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

Expression::__toString()

string __toString() Get the value of the expression. Return Value string

Expression::__construct()

void __construct(mixed $value) Create a new raw query expression. Parameters mixed $value Return Value void

Expression::getValue()

mixed getValue() Get the value of the expression. Return Value mixed