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

9 lines
89 B
PHP
Raw Normal View History

2010-12-02 23:34:41 +00:00
<?php
class Observer {
function run($params) {
// By default, do nothing
}
}
?>