CMS  Version 3.9
BookmarkManager Class Reference

Provides a central management class for event handlers and common functionality for the bookmark component. More...

Public Member Functions

 BookmarkManager ()
 

Static Public Member Functions

static setDefaults ()
 
static upgradeComponent ($version)
 

Detailed Description

Provides a central management class for event handlers and common functionality for the bookmark component.

Definition at line 13 of file bookmark_manager.inc.

Member Function Documentation

◆ BookmarkManager()

BookmarkManager::BookmarkManager ( )

Definition at line 15 of file bookmark_manager.inc.

16  {
17 
18  }

◆ setDefaults()

static BookmarkManager::setDefaults ( )
static

Definition at line 20 of file bookmark_manager.inc.

21  {
22  Settings::setDefaultValue("bookmark", "show_url", true, Boolean, "Specifies whether to show the URL in the bookmark popup window");
23  }
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

◆ upgradeComponent()

static BookmarkManager::upgradeComponent (   $version)
static

Definition at line 27 of file bookmark_manager.inc.

28  {
30  $mgr->upgrade($version);
31  }

The documentation for this class was generated from the following file: