CMS  Version 3.9
DebugManifest Class Reference

Static Public Member Functions

static getComponentDefinition ()
 
static getAdminMenu ()
 
static subscribeToEvents ()
 

Detailed Description

Definition at line 39 of file manifest.inc.

Member Function Documentation

◆ getAdminMenu()

static DebugManifest::getAdminMenu ( )
static

Definition at line 55 of file manifest.inc.

56  {
57  return array
58  (
59  );
60  }

◆ getComponentDefinition()

static DebugManifest::getComponentDefinition ( )
static

Definition at line 41 of file manifest.inc.

42  {
43  $component = new Component();
44  $component->name = "debug";
45  $component->description = "Trace statements and test harnesses";
46  $component->author = "Janice Gallant";
47  $component->version = "1.0";
48  $component->priority = 2;
49  $component->enabled = true;
50 
51  return $component;
52  }
$component
Definition: help.inc:38

◆ subscribeToEvents()

static DebugManifest::subscribeToEvents ( )
static

Definition at line 63 of file manifest.inc.

64  {
65  return array("ComponentScanComplete" => array(DebugManager, setDefaults));
66 
67  }

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