Inherited Variables
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:
- since - eDContainer v2.11
- version - 1.0
- author - Bertrand Potier <mailto:bpotier@edreamers.org>
[ 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 ]