CMS  Version 3.9
bookmark_manager.inc
Go to the documentation of this file.
1 <?php
14 {
15  function BookmarkManager()
16  {
17 
18  }
19 
20  static function setDefaults()
21  {
22  Settings::setDefaultValue("bookmark", "show_url", true, Boolean, "Specifies whether to show the URL in the bookmark popup window");
23  }
24 
25 
26 
27  static function upgradeComponent($version)
28  {
30  $mgr->upgrade($version);
31  }
32 }
33 ?>
Provides a central management class for event handlers and common functionality for the bookmark comp...
static upgradeComponent($version)
static setDefaultValue($component, $name, $value, $field_type="String", $annotation="", $category="", $options="", $weight=0)
Sets the default value of the given component setting.
Definition: settings.inc:174