IsSelected
class IsSelected extends FormFieldConstraint (View source)
Methods
void
__construct(
string $selector,
mixed $value)
Create a new constraint instance.
from FormFieldConstraint
array
getSelectedValue(
Crawler $crawler)
Get the selected value of a select field or radio group.
Details
in PageConstraint at line line 110
string
toString()
Get a string representation of the object.
Placeholder method to avoid forcing definition of this method.
in FormFieldConstraint at line line 30
void
__construct(
string $selector,
mixed $value)
Create a new constraint instance.
at line line 40
array
getSelectedValue(
Crawler $crawler)
Get the selected value of a select field or radio group.