SYMBOL INDEX (140 symbols across 6 files) FILE: Tests/HelpersTest.php class HelpersTest (line 8) | class HelpersTest extends TestCase method testCssStringToArray (line 10) | public function testCssStringToArray() method testCssArrayToString (line 19) | public function testCssArrayToString() FILE: Tests/HtmlPageCrawlerTest.php class HtmlPageCrawlerTest (line 7) | class HtmlPageCrawlerTest extends TestCase method testHtmlPageCrawler (line 15) | public function testHtmlPageCrawler() method _ignoreNewlines (line 32) | private function _ignoreNewlines($string) method testManipulationFunctions (line 43) | public function testManipulationFunctions() method testAppend (line 95) | public function testAppend() method testAppendTo (line 121) | public function testAppendTo() method testIsHtmlDocument (line 135) | public function testIsHtmlDocument() method testSaveHTML (line 156) | public function testSaveHTML() method testCss (line 177) | public function testCss() method testClasses (line 203) | public function testClasses() method testAddContent (line 230) | public function testAddContent() method testBefore (line 265) | public function testBefore() method testInsertBefore (line 283) | public function testInsertBefore() method testAfter (line 297) | public function testAfter() method testInsertAfter (line 315) | public function testInsertAfter() method testPrepend (line 329) | public function testPrepend() method testPrependTo (line 347) | public function testPrependTo() method testWrap (line 369) | public function testWrap() method testReplaceWith (line 403) | public function testReplaceWith() method testReplaceAll (line 414) | public function testReplaceAll() method testWrapAll (line 425) | public function testWrapAll() method testWrapInner (line 440) | public function testWrapInner() method testUnwrap (line 450) | public function testUnwrap() method testUnwrapInnerOnDOMElementException (line 458) | public function testUnwrapInnerOnDOMElementException() method testUnwrapInner (line 472) | public function testUnwrapInner() method testToggleClass (line 483) | public function testToggleClass() method testRemove (line 490) | public function testRemove() method testUTF8Characters (line 551) | public function testUTF8Characters() method testAttr (line 563) | public function testAttr() method testAttrOnInvalidNodeList (line 581) | public function testAttrOnInvalidNodeList() method testSetInnerHtml (line 588) | public function testSetInnerHtml() method testToString (line 597) | public function testToString() method testGetDOMDocument (line 603) | public function testGetDOMDocument() method testAddOnCrawlerInstance (line 609) | public function testAddOnCrawlerInstance() method testReturnValues (line 616) | public function testReturnValues() method testDisconnectedNodes (line 652) | public function testDisconnectedNodes() method testClone (line 674) | public function testClone() method testGetCombinedText (line 689) | public function testGetCombinedText() method testSetText (line 697) | public function testSetText() method testMagicGet (line 705) | public function testMagicGet() FILE: Tests/HtmlPageTest.php class HtmlPageTest (line 8) | class HtmlPageTest extends TestCase method setUp (line 10) | public function setUp(): void method testHtmlPage (line 15) | public function testHtmlPage() method testClone (line 52) | public function testClone() method testScript (line 70) | public function testScript() method testMinify (line 110) | public function testMinify() method testIndent (line 145) | public function testIndent() method testGetCrawler (line 192) | public function testGetCrawler() method testGetDOMDocument (line 221) | public function testGetDOMDocument() method testSetTitleOnNoTitleElement (line 250) | public function testSetTitleOnNoTitleElement() method testGetTitleShouldReturnNull (line 279) | public function testGetTitleShouldReturnNull() method testGetBaseHrefShouldReturnNull (line 307) | public function testGetBaseHrefShouldReturnNull() method testGetHeadNodeShouldAddTheHeadTag (line 313) | public function testGetHeadNodeShouldAddTheHeadTag() method testGetBodyNodeShouldAddTheBodyTag (line 320) | public function testGetBodyNodeShouldAddTheBodyTag() method testTrimNewlines (line 327) | public function testTrimNewlines() method testSaveOnFileName (line 341) | public function testSaveOnFileName() method testEmbeddedScriptWithHtml (line 348) | public function testEmbeddedScriptWithHtml() FILE: src/Helpers.php class Helpers (line 9) | class Helpers { method trimNewlines (line 18) | public static function trimNewlines($string) method cssStringToArray (line 32) | public static function cssStringToArray($css) method cssArrayToString (line 58) | public static function cssArrayToString($array) method getBodyNodeFromHtmlFragment (line 75) | public static function getBodyNodeFromHtmlFragment($html, $charset = '... method loadHtml (line 83) | public static function loadHtml(string $html, $charset = 'UTF-8'): \DO... method parseXhtml (line 92) | private static function parseXhtml(string $htmlContent, string $charse... method convertToHtmlEntities (line 119) | private static function convertToHtmlEntities(string $htmlContent, str... FILE: src/HtmlPage.php class HtmlPage (line 18) | class HtmlPage method __construct (line 42) | public function __construct($content = '', $url = '', $charset = 'UTF-8') method getCrawler (line 58) | public function getCrawler() method getDOMDocument (line 68) | public function getDOMDocument() method setTitle (line 78) | public function setTitle($title) method getTitle (line 93) | public function getTitle() method setMeta (line 111) | public function setMeta($name, $content) method removeMeta (line 128) | public function removeMeta($name) method getMeta (line 140) | public function getMeta($name) method setBaseHref (line 155) | public function setBaseHref($url) method getBaseHref (line 170) | public function getBaseHref() method setHtmlById (line 186) | public function setHtmlById($elementId, $html) method getHeadNode (line 196) | public function getHeadNode() method getBodyNode (line 211) | public function getBodyNode() method getHead (line 226) | public function getHead() method getBody (line 236) | public function getBody() method __toString (line 241) | public function __toString() method save (line 252) | public function save($filename = '') method getElementById (line 268) | public function getElementById($id) method filter (line 279) | public function filter($selector) method filterXPath (line 291) | public function filterXPath($xpath) method trimNewlines (line 304) | public static function trimNewlines($string) method __clone (line 309) | public function __clone() method minify (line 322) | public function minify(array $options = array()) method indent (line 339) | public function indent(array $options = array()) FILE: src/HtmlPageCrawler.php class HtmlPageCrawler (line 15) | class HtmlPageCrawler extends Crawler method create (line 31) | public static function create($content) method addClass (line 47) | public function addClass($name) method after (line 76) | public function after($content) method append (line 106) | public function append($content) method appendTo (line 131) | public function appendTo($element) method setAttribute (line 157) | public function setAttribute($name, $value) method getAttribute (line 176) | public function getAttribute($name) method before (line 188) | public function before($content) method makeClone (line 216) | public function makeClone() method __clone (line 221) | public function __clone() method css (line 245) | public function css($key, $value = null) method getStyle (line 260) | public function getStyle($key) method setStyle (line 273) | public function setStyle($key, $value) method makeEmpty (line 297) | public function makeEmpty() method hasClass (line 312) | public function hasClass($name) method setInnerHtml (line 332) | public function setInnerHtml($content) method getInnerHtml (line 353) | public function getInnerHtml() method insertAfter (line 365) | public function insertAfter($element) method insertBefore (line 393) | public function insertBefore($element) method prepend (line 418) | public function prepend($content) method prependTo (line 448) | public function prependTo($element) method remove (line 479) | public function remove() method removeAttr (line 501) | public function removeAttr($name) method removeAttribute (line 512) | public function removeAttribute($name) method removeClass (line 532) | public function removeClass($name) method replaceAll (line 557) | public function replaceAll($element) method replaceWith (line 586) | public function replaceWith($content) method getCombinedText (line 618) | public function getCombinedText() method setText (line 635) | public function setText($text) method toggleClass (line 652) | public function toggleClass($classname) method unwrap (line 675) | public function unwrap() method unwrapInner (line 692) | public function unwrapInner() method wrap (line 721) | public function wrap($wrappingElement) method wrapAll (line 767) | public function wrapAll($content) method wrapInner (line 813) | public function wrapInner($content) method saveHTML (line 831) | public function saveHTML() method __toString (line 846) | public function __toString() method isHtmlDocument (line 857) | public function isHtmlDocument() method getDOMDocument (line 876) | public function getDOMDocument() method filter (line 894) | public function filter(string $selector): static method filterXPath (line 908) | public function filterXPath($xpath): static method addContent (line 924) | public function addContent($content, $type = null): void method addHtmlFragment (line 937) | public function addHtmlFragment($content, $charset = 'UTF-8') method add (line 963) | public function add(\DOMNodeList|\DOMNode|array|string|Crawler|null $n... method importNewnode (line 980) | protected static function importNewnode(\DOMNode $newnode, \DOMNode $r... method __get (line 1003) | public function __get($name)