We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3802426 commit c9c895cCopy full SHA for c9c895c
components/dom_crawler.rst
@@ -232,10 +232,6 @@ Access the value of the first node of the current selection::
232
// if content is <p>Foo <span>Bar</span></p>
233
// innerText() returns 'Foo' and text() returns 'Foo Bar'
234
235
-.. versionadded:: 5.4
236
-
237
- The ``innerText()`` method was introduced in Symfony 5.4.
238
239
Access the attribute value of the first node of the current selection::
240
241
$class = $crawler->filterXPath('//body/p')->attr('class');
0 commit comments