HTML::getFacadeRoot()

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

HTML::getFacadeApplication()

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

HTML::clearResolvedInstances()

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

HTML::clearResolvedInstance()

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

HTML

HTML class HTML 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

HostValidator::matches()

bool matches(Route $route, Request $request) Validate a given rule against a route and request. Parameters Route $route Request $request Return Value bool

HostValidator

HostValidator class HostValidator implements ValidatorInterface (View source) Methods bool matches(Route $route, Request $request) Validate a given rule against a route and request.

Helper Functions

Helper Functions Introduction Available Methods Introduction Laravel includes a variety of global "helper" PHP functions. Many of these functions are used by the framework itself; however, you are free to use them in your own applications if you find them convenient.

HasValue::__construct()

void __construct(string $selector, mixed $value) Create a new constraint instance. Parameters string $selector mixed $value Return Value void

HasValue::toString()

string toString() Get a string representation of the object. Placeholder method to avoid forcing definition of this method. Return Value string