mirror of
https://github.com/SophiaAtkinson/steamwidgets-web.git
synced 2025-06-27 10:17:41 -07:00
Initial commit
This commit is contained in:
20
app/events/eventhandler.php
Normal file
20
app/events/eventhandler.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
Asatru PHP - Example event handler
|
||||
*/
|
||||
|
||||
/**
|
||||
* Example event handler class
|
||||
*/
|
||||
class EventHandler {
|
||||
/**
|
||||
* Example event handler method
|
||||
*
|
||||
* @param $data optional
|
||||
* @return void
|
||||
*/
|
||||
public function myEvent($data = null)
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user