Searched refs:appendWith (Results 1 – 3 of 3) sorted by relevance
231 $node->appendWith(new Text($newNodes->getText()));291 public function appendWith($input): self { function330 $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);
40 | [appendWith()](#appendWith) | *append()* |113 $nodes->appendWith('<b>!</b>');174 #### appendWith subsubsection177 self appendWith(string|NodeList|\DOMNode|callable $input)184 $doc->find('div')->appendWith('<strong> Appended!</strong>');404 $doc->find('div')->appendWith('<span>Example!</span>');
162 $this->appendWith($node);