コード例 #1
0
 public final function __init()
 {
     plugin_config_defaults($this->config());
     event_declare_many($this->events());
     plugin_event_hook_many($this->hooks());
     $this->init();
 }
コード例 #2
0
 public function init()
 {
     plugin_event_hook_many(array('EVENT_PLUGIN_INIT' => 'setEventHooks', 'EVENT_CORE_READY' => 'initPluginObjects'));
 }