public final function __init() { plugin_config_defaults($this->config()); event_declare_many($this->events()); plugin_event_hook_many($this->hooks()); $this->init(); }
public function init() { plugin_event_hook_many(array('EVENT_PLUGIN_INIT' => 'setEventHooks', 'EVENT_CORE_READY' => 'initPluginObjects')); }