init
This commit is contained in:
16
mysyde/common/logparser/class.log.processor.php
Normal file
16
mysyde/common/logparser/class.log.processor.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
// -------------------------
|
||||
// log_processor interface
|
||||
//
|
||||
// implement this class in any processors your write
|
||||
//
|
||||
// currently the only required function is process, which processes the
|
||||
// array log of log data returned from preg_match
|
||||
//
|
||||
// -------------------------
|
||||
interface log_processor {
|
||||
|
||||
function process( $data );
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user