Skip to content

Commit

Permalink
Merge b77183b into e570797
Browse files Browse the repository at this point in the history
  • Loading branch information
TrueDrago committed Jan 17, 2016
2 parents e570797 + b77183b commit 37c7e7a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/PHPHtmlParser/Dom.php
Original file line number Diff line number Diff line change
Expand Up @@ -690,4 +690,14 @@ protected function detectCharset()

return false;
}

/**
* Returns the raw html
*
* @return string
*/
public function getRaw()
{
return $this->raw;
}
}

0 comments on commit 37c7e7a

Please sign in to comment.