xref
: /
plugin
/
html2pdf
/
html2pdf
/
html2ps
/
observer.class.php
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
3
class
Observer
{
4
function
run
($
params
) {
5
// By default, do nothing
6
}
7
}
8
9
?>