![]() |
|
![]() |
|
|
Detailed DescriptioneZOption handles option set datatypes
include_once( "kernel/classes/datatypes/ezoption/ezoption.php" ); $option = new eZOption( "Colour" ); $option->addValue( "Red" ); $option->addValue( "Green" ); // Serialize the class to an XML document $xmlString =& $option->xmlString();
Definition at line ezoption.php. Member Function Documentation
The documentation for this class was generated from the following file: |