Files
luos/gulliver/thirdparty/html2ps_pdf/observer.class.php

9 lines
89 B
PHP
Executable File

<?php
class Observer {
function run($params) {
// By default, do nothing
}
}
?>