Class: eDSkin

Source Location: Program_Root/eDContainer/eDSkin.php

Class Overview [line 31]

eDUtilities
   |
   --eDSkin

Class - eDContainer Skin Object

Author(s):

Version:

  • 1.0

Copyright:

Variables

Methods


Inherited Methods

Class: eDUtilities

eDUtilities::introspection()
Dumps objects and arrays.
eDUtilities::is_defined()
Is the string $str_ defined From what I know, yet no PHP function allows to test if a string is defined.
eDUtilities::setTrace()
Sets the TRACE flag, mode and format
eDUtilities::trace()
Print a string and flushes the output buffer


Class Details

Class - eDContainer Skin Object

The eDContainer Skin Object is especially designed to allow to handle skins as PHP objects to allow to apply some advanced methods. The first use of this object is the Skin Selector allowing to integrate a simple skin selector GUI component in eDContainer content pages.

Tags:

[ Top ]


Class Variables


Class Methods

eDSkin

eDSkin eDSkin( array $arr_skins, string $url_content, [mixed $currentSkin = 'default'], [string $mode = 'basic'], [mixed $trace = 'false'])

[line 41]

Class Constructor - Skin

Triggers the creation of a new Skin object

Parameters:

  • array $arr_skins - an array containing eDContainer compliant skins
  • string $url_content - current content URL from which skin links will be built
  • string $mode - eDreamers Component Generic Property allowing a better control of the object creation process

[ Top ]

displaySelector

void displaySelector( mixed $arr_skins, mixed $url_content, [mixed $currentSkin = 'default'])

[line 71]

Class Method - display

Display the Skin Selector GUI component

Parameters:

[ Top ]


Documentation generated on Wed, 10 Dec 2003 21:47:50 +0100 by phpDocumentor 1.2.2