File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -165,10 +165,6 @@ Verify if the current node matches a selector::
165
165
166
166
$crawler->matches('p.lorem');
167
167
168
- .. versionadded :: 4.4
169
-
170
- The ``matches() `` method was introduced in Symfony 4.4.
171
-
172
168
Node Traversing
173
169
~~~~~~~~~~~~~~~
174
170
@@ -203,10 +199,6 @@ Get the first parents (heading toward the document root) of the element that mat
203
199
204
200
$crawler->closest('p.lorem');
205
201
206
- .. versionadded :: 4.4
207
-
208
- The ``closest() `` method was introduced in Symfony 4.4.
209
-
210
202
.. note ::
211
203
212
204
All the traversal methods return a new :class: `Symfony\\ Component\\ DomCrawler\\ Crawler `
@@ -342,10 +334,6 @@ and :phpclass:`DOMNode` objects::
342
334
343
335
$html = $crawler->outerHtml();
344
336
345
- .. versionadded :: 4.4
346
-
347
- The ``outerHtml() `` method was introduced in Symfony 4.4.
348
-
349
337
Expression Evaluation
350
338
~~~~~~~~~~~~~~~~~~~~~
351
339
You can’t perform that action at this time.
0 commit comments