Home
last modified time | relevance | path

Searched refs:prependWith (Results 1 – 2 of 2) sorted by relevance

/plugin/scrape/vendor/scotteh/php-dom-wrapper/
DREADME.md50 | [prependWith()](#prependWith) | *prepend()* |
416 #### prependWith subsubsection
419 self prependWith(string|NodeList|\DOMNode|callable $input)
426 $doc->find('div')->prependWith('<strong>Prepended! </strong>');
/plugin/scrape/vendor/scotteh/php-dom-wrapper/src/Traits/
DManipulationTrait.php276 public function prependWith($input): self { function
313 $nodes->prependWith($this);