示例#1
0
 /**
  * Caches the register var hook code locally.
  */
 protected static function assert_register_hook()
 {
     if (self::$hook_code === false and class_exists('vBulletinHook', false)) {
         self::$hook_code = vBulletinHook::fetch_hook('template_register_var');
     }
 }