EnvironmentVariables::load()

load(string $environment = null) Load the server variables for a given environment. Parameters string $environment

UrlGenerator::isValidUrl()

bool isValidUrl(string $path) Determine if the given path is a valid URL. Parameters string $path Return Value bool

Router::currentRouteUses()

bool currentRouteUses(string $action) Determine if the current route action matches a given action. Parameters string $action Return Value bool

SortedMiddleware::contains()

bool contains(mixed $key, mixed $value = null) Determine if an item exists in the collection. Parameters mixed $key mixed $value Return Value bool

ReminderServiceProvider::when()

array when() Get the events that trigger this service provider to register. Return Value array

ApcWrapper::delete()

bool delete(string $key) Remove an item from the cache. Parameters string $key Return Value bool

Event::thenPing()

$this thenPing(string $url) Register a callback to ping a given URL after the job runs. Parameters string $url Return Value $this

HasInElement

HasInElement class HasInElement extends PageConstraint (View source) Methods string toString() Get a string representation of the object. from PageConstraint void __construct(string $element, string $text) Create a new constraint instance. bool matches(Crawler|string $crawler) Check if the source or text is found within the element in the given crawler.

MorphTo::match()

array match(array $models, Collection $results, string $relation) Match the eagerly loaded results to their parents. Parameters array $models Collection $results string $relation Return Value array

IsChecked

IsChecked class IsChecked extends FormFieldConstraint (View source) Methods string toString() Get a string representation of the object. from PageConstraint void __construct(string $selector) Create a new constraint instance. bool matches(Crawler|string $crawler) Determine if the checkbox is checked.