|
eZ Publish
[trunk]
|
The class eZRangeOption does. More...
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 | |
The class eZRangeOption does.
Definition at line 18 of file ezrangeoption.php.
| eZRangeOption::addOption | ( | $ | valueArray | ) |
Definition at line 95 of file ezrangeoption.php.
Referenced by decodeXML().
| eZRangeOption::attribute | ( | $ | name | ) |
Definition at line 63 of file ezrangeoption.php.
Definition at line 49 of file ezrangeoption.php.
Referenced by hasAttribute().
| eZRangeOption::decodeXML | ( | $ | xmlString | ) |
Definition at line 105 of file ezrangeoption.php.
| eZRangeOption::eZRangeOption | ( | $ | name | ) |
Constructor
Definition at line 23 of file ezrangeoption.php.
| eZRangeOption::hasAttribute | ( | $ | name | ) |
Definition at line 58 of file ezrangeoption.php.
Returns the name of the option set.
Definition at line 41 of file ezrangeoption.php.
| eZRangeOption::setName | ( | $ | name | ) |
Sets the name of the option
Definition at line 33 of file ezrangeoption.php.
Referenced by decodeXML(), and eZRangeOptionType\initializeObjectAttribute().
| eZRangeOption::setStartValue | ( | $ | value | ) |
Definition at line 162 of file ezrangeoption.php.
| eZRangeOption::setStepValue | ( | $ | value | ) |
Definition at line 172 of file ezrangeoption.php.
| eZRangeOption::setStopValue | ( | $ | value | ) |
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.
| 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.