mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 03:33:49 +00:00
new event handler
This commit is contained in:
4
resources/classes/event/handler/virtual.php
Normal file
4
resources/classes/event/handler/virtual.php
Normal file
@@ -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