Skip to content

Instantly share code, notes, and snippets.

@jhiemer
Created March 3, 2014 07:23
Show Gist options
  • Save jhiemer/9319949 to your computer and use it in GitHub Desktop.
Save jhiemer/9319949 to your computer and use it in GitHub Desktop.
Module Plugins
-- Plugins::PluginA (registerAtPluginSystem)
-- Plugins::PluginB (registerAtPluginSystem)
-- Plugins::PluginC (registerAtPluginSystem)
-- Plugins::PluginD (registerAtPluginSystem)
# All Plugins below Module Plugins should call their method registerAtPluginSytem automatically. For example through initialize()
# But how do I achieve, that all Plugins (A-D) call their method initialize(), without calling it specifically.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment