CMS  Version 3.9
PanelLayoutManifest Class Reference

Static Public Member Functions

static getComponentDefinition ()
 
static getAdminMenu ()
 
static getScripts ()
 

Detailed Description

Definition at line 39 of file manifest.inc.

Member Function Documentation

◆ getAdminMenu()

static PanelLayoutManifest::getAdminMenu ( )
static

Definition at line 54 of file manifest.inc.

55  {
56  return array();
57  }

◆ getComponentDefinition()

static PanelLayoutManifest::getComponentDefinition ( )
static

Definition at line 41 of file manifest.inc.

42  {
43  $component = new Component();
44  $component->name = "panel_layout";
45  $component->description = "User-configurable panel layout functionality for Fakoli/CMS";
46  $component->author = "Andy Green";
47  $component->version = "1.0";
48  $component->priority = 4;
49  $component->enabled = true;
50 
51  return $component;
52  }
$component
Definition: help.inc:38

◆ getScripts()

static PanelLayoutManifest::getScripts ( )
static

Definition at line 59 of file manifest.inc.

60  {
61  return array("/fakoli/js/panel_layout.js");
62  }

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