HasElement::matches()

bool matches(Crawler|string $crawler) Check if the element is found in the given crawler. Parameters Crawler|string $crawler Return Value bool

HasElement

HasElement class HasElement extends PageConstraint (View source) Methods string toString() Returns a string representation of the object. void __construct(string $selector, array $attributes = array()) Create a new constraint instance. bool matches(Crawler|string $crawler) Check if the element is found in the given crawler.

HasDatabaseNotifications::unreadNotifications()

unreadNotifications() Get the entity's unread notifications.

HasDatabaseNotifications::readNotifications()

readNotifications() Get the entity's read notifications.

HasDatabaseNotifications::notifications()

notifications() Get the entity's notifications.

HasDatabaseNotifications

HasDatabaseNotifications trait HasDatabaseNotifications (View source) Methods notifications() Get the entity's notifications. readNotifications() Get the entity's read notifications. unreadNotifications() Get the entity's unread notifications.

HandlesAuthorization

HandlesAuthorization trait HandlesAuthorization (View source)

HandlerResolver::resolveHandler()

mixed resolveHandler(mixed $command) Get the handler instance for the given command. Parameters mixed $command Return Value mixed

HandlerResolver::mapUsing()

void mapUsing(Closure $mapper) Register a fallback mapper callback. Parameters Closure $mapper Return Value void

HandlerResolver::maps()

void maps(array $commands) Register command to handler mappings. Parameters array $commands Return Value void