dom = $dom; } /** * Save to a file. * * @param string $filename * The full name to the file. This will overwrite the contents of * any file that it finds. */ public function save($filename) { } /** * Return the DOM as an HTML5 string. */ public function saveHTML() { } }