eZXMLTextType Class ReferenceThe class eZXMLTextType haneles XML formatted datatypes.
More...
Inheritance diagram for eZXMLTextType:
List of all members.
Detailed Description
The class eZXMLTextType haneles XML formatted datatypes.
The formatted datatypes store the data in XML. A typical example of this is shown below: <?xml version="1.0" encoding="utf-8" ?>
<section>
<header>This is a level one header</header>
<paragraph>
This is a <emphasize>block</emphasize> of text.
</paragraph>
<section>
<header>This is a level two header</header>
<paragraph>
This is the second paragraph.<emphasize>emphasized/bold text</emphasize>
</paragraph>
<header>This is a level two header</header>
<paragraph>
This is the second paragraph.<emphasize>emphasized/bold text</emphasize>
</paragraph>
<paragraph>
This is the second paragraph.<emphasize>emphasized/bold text</emphasize>
</paragraph>
<paragraph>
<ul>
<li>List item 1</li>
<li>List item 2</li>
</ul>
</paragraph>
<header>This is a level two header</header>
</section>
</section>
Definition at line ezxmltexttype.php.
Member Function Documentation
eZXMLTextType::domString |
( |
&$ |
domDocument |
) |
[static] |
|
& eZXMLTextType::editTemplate |
( |
&$ |
contentobjectAttribute |
) |
|
|
& eZXMLTextType::editTemplateSuffix |
( |
&$ |
contentobjectAttribute |
) |
|
|
eZXMLTextType::fetchClassAttributeHTTPInput |
( |
&$ |
http, |
|
|
$ |
base, |
|
|
&$ |
classAttribute |
|
) |
|
|
|
Fetches the HTTP input for the content class attribute. - Note:
-
Default implementation does nothing.
Reimplemented from eZDataType.
Definition at line ezxmltexttype.php. |
eZXMLTextType::fetchObjectAttributeHTTPInput |
( |
&$ |
http, |
|
|
$ |
base, |
|
|
&$ |
contentObjectAttribute |
|
) |
|
|
|
Fetches the http post var string input and stores it in the data instance.
Reimplemented from eZDataType.
Definition at line ezxmltexttype.php. |
& eZXMLTextType::informationTemplate |
( |
&$ |
contentobjectAttribute |
) |
|
|
& eZXMLTextType::informationTemplateSuffix |
( |
&$ |
contentobjectAttribute |
) |
|
|
eZXMLTextType::initializeClassAttribute |
( |
&$ |
classAttribute |
) |
|
|
eZXMLTextType::initializeObjectAttribute |
( |
&$ |
contentObjectAttribute, |
|
|
$ |
currentVersion, |
|
|
&$ |
originalContentObjectAttribute |
|
) |
|
|
eZXMLTextType::isIndexable |
( |
|
) |
|
|
eZXMLTextType::isInformationCollector |
( |
|
) |
|
|
eZXMLTextType::metaData |
( |
$ |
contentObjectAttribute |
) |
|
|
& eZXMLTextType::objectAttributeContent |
( |
&$ |
contentObjectAttribute |
) |
|
|
eZXMLTextType::rawXMLText |
( |
&$ |
contentObjectAttribute |
) |
|
|
|
- Returns:
-
the RAW XML text from the attribute $contentobjectAttribute. If the XML format is older than the current one it will be upgraded to the current before being returned.
Definition at line ezxmltexttype.php.
Referenced by title(). |
& eZXMLTextType::serializeContentObjectAttribute |
( |
$ |
objectAttribute |
) |
|
|
eZXMLTextType::storeObjectAttribute |
( |
&$ |
attribute |
) |
|
|
eZXMLTextType::title |
( |
&$ |
contentObjectAttribute |
) |
|
|
eZXMLTextType::validateObjectAttributeHTTPInput |
( |
&$ |
http, |
|
|
$ |
base, |
|
|
&$ |
contentObjectAttribute |
|
) |
|
|
& eZXMLTextType::viewTemplate |
( |
&$ |
contentobjectAttribute |
) |
|
|
& eZXMLTextType::viewTemplateSuffix |
( |
&$ |
contentobjectAttribute |
) |
|
|
The documentation for this class was generated from the following file:
|