Hash::swap()

static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void

Hash::shouldReceive()

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

Hash::setFacadeApplication()

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

Hash::getFacadeRoot()

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

Hash::getFacadeApplication()

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

Hash::clearResolvedInstances()

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

Hash::clearResolvedInstance()

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

Hash

Hash class Hash 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 resolved

HasElement::__construct()

void __construct(string $selector, array $attributes = array()) Create a new constraint instance. Parameters string $selector array $attributes Return Value void

HasElement::toString()

string toString() Returns a string representation of the object. Return Value string