class FormFieldConstraint extends PageConstraint (View source)

Methods

string
toString()

Get a string representation of the object.

void
__construct( string $selector, mixed $value)

Create a new constraint instance.

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 30
void __construct( string $selector, mixed $value)

Create a new constraint instance.

Parameters

string $selector
mixed $value

Return Value

void