Submit
Path:
~
/
/
usr
/
share
/
psa-roundcube
/
vendor
/
masterminds
/
html5
/
File Content:
UPGRADING.md
From 1.x to 2.x ================= - All classes uses `Masterminds` namespace. - All public static methods has been removed from `HTML5` class and the general API to access the HTML5 functionalities has changed. Before: $dom = \HTML5::loadHTML('<html>....'); \HTML5::saveHTML($dom); After: use Masterminds\HTML5; $html5 = new HTML5(); $dom = $html5->loadHTML('<html>....'); echo $html5->saveHTML($dom);
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
bin
---
0755
src
---
0755
CREDITS
687 bytes
0644
LICENSE.txt
2973 bytes
0644
README.md
9824 bytes
0644
RELEASE.md
5070 bytes
0644
UPGRADING.md
496 bytes
0644
composer.json
1074 bytes
0644
N4ST4R_ID | Naxtarrr