/** * Class ModuleHandler * Defines the API to implement module specific actions during page execution * * @copyright Copyright (C) 2010-2012 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ abstract class ModuleHandlerAPI { public static function OnMetaModelStarted() { } public static function OnMenuCreation() { } } ?>