|
eZ Publish
[4.2]
|
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 41 of file ezrangeoption.php.
| eZRangeOption::addOption | ( | $ | valueArray | ) |
Definition at line 118 of file ezrangeoption.php.
Referenced by decodeXML().
| eZRangeOption::attribute | ( | $ | name | ) |
Definition at line 86 of file ezrangeoption.php.
| eZRangeOption::attributes | ( | ) |
Definition at line 72 of file ezrangeoption.php.
Referenced by hasAttribute().
| eZRangeOption::decodeXML | ( | $ | xmlString | ) |
Definition at line 128 of file ezrangeoption.php.
| eZRangeOption::eZRangeOption | ( | $ | name | ) |
Constructor
Definition at line 46 of file ezrangeoption.php.
| eZRangeOption::hasAttribute | ( | $ | name | ) |
Definition at line 81 of file ezrangeoption.php.
| eZRangeOption::name | ( | ) |
Returns the name of the option set.
Definition at line 64 of file ezrangeoption.php.
| eZRangeOption::setName | ( | $ | name | ) |
Sets the name of the option
Definition at line 56 of file ezrangeoption.php.
Referenced by decodeXML(), and eZRangeOptionType\initializeObjectAttribute().
| eZRangeOption::setStartValue | ( | $ | value | ) |
Definition at line 185 of file ezrangeoption.php.
| eZRangeOption::setStepValue | ( | $ | value | ) |
Definition at line 195 of file ezrangeoption.php.
| eZRangeOption::setStopValue | ( | $ | value | ) |
Definition at line 190 of file ezrangeoption.php.
| eZRangeOption::xmlString | ( | ) |
Will return the XML string for this option set.
Definition at line 167 of file ezrangeoption.php.
| eZRangeOption::$Name |
Contains the Option name.
Definition at line 202 of file ezrangeoption.php.
| eZRangeOption::$OptionCount |
Contains the option counter value.
Definition at line 208 of file ezrangeoption.php.
| eZRangeOption::$Options |
Contains the Options.
Definition at line 205 of file ezrangeoption.php.
| eZRangeOption::$StartValue |
Definition at line 209 of file ezrangeoption.php.
| eZRangeOption::$StepValue |
Definition at line 211 of file ezrangeoption.php.
| eZRangeOption::$StopValue |
Definition at line 210 of file ezrangeoption.php.