This commit is contained in:
Paula Quispe
2017-08-02 16:06:56 -04:00
committed by davidcallizaya
parent 8359e30998
commit 9eb7d6cac2
2289 changed files with 204853 additions and 80064 deletions

View File

@@ -0,0 +1,7 @@
<?php
class Parser {
function process(&$data) {
die("Oops! Unoverridden 'process' method called in ".get_class($this));
}
}
?>