Menus created via a handler, at runtime

SVN:trunk[1014]
This commit is contained in:
Romain Quetiez
2010-12-07 14:32:13 +00:00
parent 98cfcc9cb8
commit 59970be867
4 changed files with 40 additions and 16 deletions

View File

@@ -29,5 +29,9 @@ abstract class ModuleHandlerAPI
public static function OnMetaModelStarted()
{
}
public static function OnMenuCreation()
{
}
}
?>