api.zedseries.com
[ class tree: Zed ] [ index: Zed ] [ all elements ]

Class: Zed

Source Location: /Zed.php

Class Zed

Class Overview

Class Zed

a set of useful function to quickly configure a dca file

Located in /Zed.php [line 41]



		
				Author(s):
		
		
		
Information Tags:
Copyright:  Angelo Galleja 2008,2009,2010

Methods

[ Top ]
Method Summary
static boolean   addBeModuleConfig()   add a configuration entry inside the specified backend module configuration
static void   addPalette()   inject a palette into an existing palette in the specified position useful if you want to extend an existing palette using your own fields
static void   addPaletteAfter()   inject a palette into the specified palette(s) useful if you want to extend a group of existing palette using your own fields
static array   listPalettes()   return an array of palettes for the specified dca

[ Top ]
Methods
static method addBeModuleConfig  [line 54]

  static boolean addBeModuleConfig( string $beEntry, $configEntries  )

add a configuration entry inside the specified backend module configuration

useful if you want to add custom 'key's to existing module

Parameters:
string   $beEntry: 
   $configEntries: 

API Tags:
Access:  public


[ Top ]
static method addPalette  [line 155]

  static void addPalette( mixed $dc, mixed $palettes, string $strPalette, [string $pos = 0]  )

inject a palette into an existing palette in the specified position useful if you want to extend an existing palette using your own fields

Parameters:
mixed   $dc:  string or DataContainer object
mixed   $palettes:  array or string the palette(s) to be changed
string   $strPalette:  string the palette to add
string   $pos:  the new palette will be injected at this position

API Tags:
Access:  public


[ Top ]
static method addPaletteAfter  [line 96]

  static void addPaletteAfter( mixed $dc, mixed $palettes, string $strPalette, string $after  )

inject a palette into the specified palette(s) useful if you want to extend a group of existing palette using your own fields

Parameters:
mixed   $dc:  string or DataContainer object
mixed   $palettes:  string or array containing the palette to be changed
string   $strPalette:  string the palette to add
string   $after:  the field after which the palette will be injected

API Tags:
Access:  public


[ Top ]
static method listPalettes  [line 229]

  static array listPalettes( mixed $dc  )

return an array of palettes for the specified dca

Parameters:
mixed   $dc:  the dca to be changed, string or DataContainer object

API Tags:
Access:  public


[ Top ]

Documentation generated on Fri, 22 Oct 2010 17:37:08 +0200 by phpDocumentor 1.4.1