ChoiceFormField::select()
  • References/PHP/Symfony/Component/DomCrawler/Field

select(string $value) Sets the value of the field.

2025-01-10 15:47:30
ChoiceFormField::getType()
  • References/PHP/Symfony/Component/DomCrawler/Field

string getType() Returns the type of the choice field (radio, select, or checkbox).

2025-01-10 15:47:30
FormField::getName()
  • References/PHP/Symfony/Component/DomCrawler/Field

string getName() Returns the name of the field.

2025-01-10 15:47:30
ChoiceFormField
  • References/PHP/Symfony/Component/DomCrawler/Field

class ChoiceFormField extends FormField

2025-01-10 15:47:30
FileFormField::setErrorCode()
  • References/PHP/Symfony/Component/DomCrawler/Field

setErrorCode(int $error) Sets the PHP error code associated with the field.

2025-01-10 15:47:30
ChoiceFormField::isMultiple()
  • References/PHP/Symfony/Component/DomCrawler/Field

bool isMultiple() Returns true if the field accepts multiple values.

2025-01-10 15:47:30
ChoiceFormField::addChoice()
  • References/PHP/Symfony/Component/DomCrawler/Field

addChoice(DOMElement $node)

2025-01-10 15:47:30
ChoiceFormField::tick()
  • References/PHP/Symfony/Component/DomCrawler/Field

tick() Ticks a checkbox. Exceptions

2025-01-10 15:47:30
ChoiceFormField::containsOption()
  • References/PHP/Symfony/Component/DomCrawler/Field

bool containsOption(string $optionValue, array $options) Checks whether given value is in the

2025-01-10 15:47:30
TextareaFormField
  • References/PHP/Symfony/Component/DomCrawler/Field

class TextareaFormField extends

2025-01-10 15:47:30