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 893199c commit fbb6196Copy full SHA for fbb6196
components/dom_crawler.rst
@@ -9,8 +9,8 @@ The DomCrawler Component
9
10
.. note::
11
12
- While possible, the DomCrawler is not designed for manipulation of the
13
- DOM or re-dumping HTML/XML.
+ While possible, the DomCrawler component is not designed for manipulation
+ of the DOM or re-dumping HTML/XML.
14
15
Installation
16
------------
@@ -177,7 +177,7 @@ and :phpclass:`DOMNode` objects:
177
$crawler->addNode($node);
178
$crawler->add($document);
179
180
-.. note::
+.. sidebar:: Manipulating and Dumping a ``Crawler``
181
182
These methods on the ``Crawler`` are intended to initially populate your
183
``Crawler`` and aren't intended to be used to further manipulate a DOM
0 commit comments