HOR-2689
This commit is contained in:
committed by
davidcallizaya
parent
8359e30998
commit
9eb7d6cac2
7
thirdparty/html2ps_pdf/parser._interface.class.php
vendored
Normal file
7
thirdparty/html2ps_pdf/parser._interface.class.php
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
class Parser {
|
||||
function process(&$data) {
|
||||
die("Oops! Unoverridden 'process' method called in ".get_class($this));
|
||||
}
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user