eZAuthor Class Reference
[Kernel system]
eZAuthor handles author lists
More...
List of all members.
Detailed Description
eZAuthor handles author lists
include_once( "kernel/classes/datatypes/ezauthor/ezauthor.php" );
$author = new eZAuthor( "Colour" );
$author->addValue( "Red" );
$author->addValue( "Green" );
$xmlString =& $author->xmlString();
Definition at line 58 of file ezauthor.php.
Member Function Documentation
| eZAuthor::addAuthor |
( |
$ |
name, |
|
|
$ |
email |
|
) |
|
|
| eZAuthor::decodeXML |
( |
$ |
xmlString |
) |
|
|
| eZAuthor::setName |
( |
$ |
name |
) |
|
|
| & eZAuthor::xmlString |
( |
|
) |
|
|
The documentation for this class was generated from the following file:
|