class IsChecked extends FormFieldConstraint (View source)

Methods

string
toString()

Get a string representation of the object.

void
__construct( string $selector)

Create a new constraint instance.

bool
matches( Crawler|string $crawler)

Determine if the checkbox is checked.

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 13
void __construct( string $selector)

Create a new constraint instance.

Parameters

string $selector

Return Value

void

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

Determine if the checkbox is checked.

Parameters

Crawler|string $crawler

Return Value

bool