Skip to content

Instantly share code, notes, and snippets.

@hexblot
hexblot / EventSystem.php
Created October 27, 2016 14:24
A very simple event system for PHP Projects
<?php
/**
* A class to implement a simple event system in any PHP project.
*
* @author Nick Andriopoulos <[email protected]>
* @license https://www.apache.org/licenses/LICENSE-2.0
*/
/**
<?php
/**
* @file megaselect.module
* TODO: Enter file description here.
*/
/**
* Implements hook_menu().
*/