IsSelected::getSelectedValue()

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

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.

IsChecked::__construct()

void __construct(string $selector) Create a new constraint instance. Parameters string $selector Return Value void

IsChecked::toString()

string toString() Get a string representation of the object. Placeholder method to avoid forcing definition of this method. Return Value string

IsChecked::matches()

bool matches(Crawler|string $crawler) Determine if the checkbox is checked. Parameters Crawler|string $crawler Return Value bool

IsChecked

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.

IronQueue::__construct()

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

IronQueue::setRequest()

void setRequest(Request $request) Set the request instance. Parameters Request $request Return Value void

IronQueue::setEncrypter()

void setEncrypter(Encrypter $crypt) Set the encrypter instance. Parameters Encrypter $crypt Return Value void

IronQueue::setContainer()

void setContainer(Container $container) Set the IoC container instance. Parameters Container $container Return Value void