class HasLink extends PageConstraint (View source)

Methods

string
toString()

Get a string representation of the object.

void
__construct( string $text, string|null $url = null)

Create a new constraint instance.

bool
matches( Crawler|string $crawler)

Check if the link is found in the given crawler.

string
getFailureDescription()

Returns the description of the failure.

Details

string toString()

Get a string representation of the object.

Placeholder method to avoid forcing definition of this method.

Return Value

string

at line line 31
void __construct( string $text, string|null $url = null)

Create a new constraint instance.

Parameters

string $text
string|null $url

Return Value

void

at line line 43
bool matches( Crawler|string $crawler)

Check if the link is found in the given crawler.

Parameters

Crawler|string $crawler

Return Value

bool

at line line 90
string getFailureDescription()

Returns the description of the failure.

Return Value

string