array getSelectedValue(Crawler $crawler) Get the selected value of a select field or radio group. Parameters Crawler $crawler Return Value array Exceptions PHPUnit_Framework_ExpectationFailedException
IsSelected class IsSelected extends FormFieldConstraint (View source) Methods string toString() Get a string representation of the object. from PageConstraint 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.
void __construct(string $selector) Create a new constraint instance. Parameters string $selector Return Value void
string toString() Get a string representation of the object. Placeholder method to avoid forcing definition of this method. Return Value string
bool matches(Crawler|string $crawler) Determine if the checkbox is checked. Parameters Crawler|string $crawler Return Value bool
IsChecked class IsChecked extends FormFieldConstraint (View source) Methods string toString() Get a string representation of the object. from PageConstraint void __construct(string $selector) Create a new constraint instance. bool matches(Crawler|string $crawler) Determine if the checkbox is checked.
void __construct(IronMQ $iron, Request $request, string $default, bool $shouldEncrypt = false) Create a new IronMQ queue instance. Parameters IronMQ $iron Request $request string $default bool $shouldEncrypt Return Value void
void setRequest(Request $request) Set the request instance. Parameters Request $request Return Value void
void setEncrypter(Encrypter $crypt) Set the encrypter instance. Parameters Encrypter $crypt Return Value void
void setContainer(Container $container) Set the IoC container instance. Parameters Container $container Return Value void
Page 575 of 996