eZ Publish  [trunk]
eZRangeOption Class Reference

The class eZRangeOption does. More...

List of all members.

Public Member Functions

 addOption ($valueArray)
 attribute ($name)
 attributes ()
 decodeXML ($xmlString)
 eZRangeOption ($name)
 hasAttribute ($name)
 name ()
 setName ($name)
 setStartValue ($value)
 setStepValue ($value)
 setStopValue ($value)
 xmlString ()

Public Attributes

 $Name
 Contains the Option name.
 $OptionCount
 Contains the option counter value.
 $Options
 Contains the Options.
 $StartValue
 $StepValue
 $StopValue

Detailed Description

The class eZRangeOption does.

Definition at line 18 of file ezrangeoption.php.


Member Function Documentation

eZRangeOption::addOption ( valueArray)

Definition at line 95 of file ezrangeoption.php.

Referenced by decodeXML().

Definition at line 63 of file ezrangeoption.php.

Returns:
list of supported attributes

Definition at line 49 of file ezrangeoption.php.

Referenced by hasAttribute().

eZRangeOption::decodeXML ( xmlString)

Definition at line 105 of file ezrangeoption.php.

Constructor

Definition at line 23 of file ezrangeoption.php.

Definition at line 58 of file ezrangeoption.php.

Returns the name of the option set.

Definition at line 41 of file ezrangeoption.php.

Sets the name of the option

Definition at line 33 of file ezrangeoption.php.

Referenced by decodeXML(), and eZRangeOptionType\initializeObjectAttribute().

Definition at line 162 of file ezrangeoption.php.

Definition at line 172 of file ezrangeoption.php.

Definition at line 167 of file ezrangeoption.php.

Will return the XML string for this option set.

Definition at line 144 of file ezrangeoption.php.


Member Data Documentation

eZRangeOption::$Name

Contains the Option name.

Definition at line 179 of file ezrangeoption.php.

eZRangeOption::$OptionCount

Contains the option counter value.

Definition at line 185 of file ezrangeoption.php.

eZRangeOption::$Options

Contains the Options.

Definition at line 182 of file ezrangeoption.php.

eZRangeOption::$StartValue

Definition at line 186 of file ezrangeoption.php.

eZRangeOption::$StepValue

Definition at line 188 of file ezrangeoption.php.

eZRangeOption::$StopValue

Definition at line 187 of file ezrangeoption.php.


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