\FireGento_MageMonitoring_Model_Widget_CacheStat

class FireGento_MageMonitoring_Model_Widget_CacheStat

Synopsis

interface FireGento_MageMonitoring_Model_Widget_CacheStat extends FireGento_MageMonitoring_Model_Widget {
}

Hierarchy

Methods

public

Inherited from FireGento_MageMonitoring_Model_Widget

public

  • deleteConfig() — Deletes the widget config via desired persistance layer. Never called if getConfig() returns false.
  • displayCollapsed() — Returns true if widget should start collapsed, speeds up loading times as the widget won't render it's content on page load.
  • getConfig() — Returns current config data of this widget.
  • getConfigId() — Returns widget config key in database.
  • getDisplayPrio() — Returns display prio of this widget.
  • getId() — Returns class name that must be compatible with magento autoloader.
  • getName() — Returns widget name.
  • getOutput() — Used to render the widget, returns array of classes that have a ->toHtml() method.
  • getSupportedMagentoVersions() — Returns magento versions supported by this widget.
  • getVersion() — Returns version string.
  • initConfig() — Returns array with default config data for this widget or false if not implemented.
  • isActive() — Returns true if this widget is active.
  • loadConfig() — Loads and returns the widget config via desired persistance layer. Never called if getConfig() returns false.
  • saveConfig() — Saves the widget config via desired persistance layer. Never called if getConfig() returns false.