Crawler::addXmlContent()
  • References/PHP/Symfony/Component/DomCrawler

addXmlContent(string $content, string $charset = 'UTF-8', int $options = LIBXML_NONET) Adds an XML

2025-01-10 15:47:30
Crawler::getNode()
  • References/PHP/Symfony/Component/DomCrawler

DOMElement|null getNode(int $position)

2025-01-10 15:47:30
Form::getUri()
  • References/PHP/Symfony/Component/DomCrawler

string getUri() Gets the URI of the form. The returned URI is not the same as the form

2025-01-10 15:47:30
Crawler::extract()
  • References/PHP/Symfony/Component/DomCrawler

array extract(array $attributes) Extracts information from the list of nodes. You can

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

class Form extends Link implements

2025-01-10 15:47:30
Crawler::setDefaultNamespacePrefix()
  • References/PHP/Symfony/Component/DomCrawler

setDefaultNamespacePrefix(string $prefix) Overloads a default namespace prefix to be used with XPath

2025-01-10 15:47:30
Crawler::addHtmlContent()
  • References/PHP/Symfony/Component/DomCrawler

addHtmlContent(string $content, string $charset = 'UTF-8') Adds an HTML content to the list of nodes

2025-01-10 15:47:30
Crawler::addContent()
  • References/PHP/Symfony/Component/DomCrawler

addContent(string $content, null|string $type = null) Adds HTML/XML content. If the charset

2025-01-10 15:47:30
Form::all()
  • References/PHP/Symfony/Component/DomCrawler

FormField[] all()

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

addChoice(DOMElement $node)

2025-01-10 15:47:30