Home
last modified time | relevance | path

Searched refs:appendWith (Results 1 – 3 of 3) sorted by relevance

/plugin/scrape/vendor/scotteh/php-dom-wrapper/src/Traits/
DManipulationTrait.php231 $node->appendWith(new Text($newNodes->getText()));
291 public function appendWith($input): self { function
330 $nodes->appendWith($this);
593 $stackNodes->top()->appendWith($oldChild);
597 $node->appendWith($stackNodes->bottom());
617 $stackNodes->top()->appendWith($oldNode);
650 $stackNodes->top()->appendWith($node->detach());
721 $node->appendWith($newNodes);
/plugin/scrape/vendor/scotteh/php-dom-wrapper/
DREADME.md40 | [appendWith()](#appendWith) | *append()* |
113 $nodes->appendWith('<b>!</b>');
174 #### appendWith subsubsection
177 self appendWith(string|NodeList|\DOMNode|callable $input)
184 $doc->find('div')->appendWith('<strong> Appended!</strong>');
404 $doc->find('div')->appendWith('<span>Example!</span>');
/plugin/scrape/vendor/scotteh/php-dom-wrapper/src/
DDocument.php162 $this->appendWith($node);