예제 #1
0
 /**
  *
  * {@inheritDoc}
  *
  * @see SC_Plugin_Base::enable()
  */
 function enable($arrPlugin, $installer)
 {
     require_once dirname(__FILE__) . '/AutoDisplayCore.php';
     $core = new AutoDisplayCore($arrPlugin);
     $core->enable($arrPlugin, $installer);
 }