new event handler
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
abstract class Event_Handler{
|
||||
// Force Extending class to define this method
|
||||
abstract public function log_event($event_type, $params);
|
||||
}
|
||||
Reference in New Issue
Block a user