eZObjectRelationType Class Reference
[Kernel system]
A content datatype which handles object relations.
More...
Inheritance diagram for eZObjectRelationType:
TODO — Image not available in archive
Title: eZObjectRelationType Class Inheritance Diagram (Doxygen)
File: /doc/generated/html/classeZObjectRelationType.png
What this image shows:
Doxygen-generated class inheritance diagram for the eZObjectRelationType PHP class. Shows the inheritance hierarchy: which classes eZObjectRelationType extends and which classes inherit from it, with links to parent and child class documentation. This diagram was auto-generated from the Exponential 3.1 PHP source code using Doxygen circa 2003.
Replacement instructions:
Run Doxygen on the Exponential 3.1 PHP source and locate the generated classeZObjectRelationType.png in the output. Or draw the inheritance tree manually from the API reference. Save as /doc/generated/html/classeZObjectRelationType.png
See /sdk/missing.html for the full list of missing images.
List of all members.
|
Public Methods |
| | eZObjectRelationType () |
| | validateObjectAttributeHTTPInput (&$http,$base,&$contentObjectAttribute) |
| | fetchObjectAttributeHTTPInput (&$http,$base,&$contentObjectAttribute) |
| | storeObjectAttribute (&$attribute) |
| | validateClassAttributeHTTPInput (&$http,$base,&$classAttribute) |
| | fixupClassAttributeHTTPInput (&$http,$base,&$classAttribute) |
| | fetchClassAttributeHTTPInput (&$http,$base,&$classAttribute) |
| & | objectAttributeContent (&$contentObjectAttribute) |
| | metaData ($contentObjectAttribute) |
| | title (&$contentObjectAttribute) |
Detailed Description
A content datatype which handles object relations.
Definition at line ezobjectrelationtype.php.
Constructor & Destructor Documentation
| eZObjectRelationType::eZObjectRelationType |
( |
|
) |
|
|
Member Function Documentation
| eZObjectRelationType::fetchClassAttributeHTTPInput |
( |
&$ |
http, |
|
|
$ |
base, |
|
|
&$ |
classAttribute |
|
) |
|
|
| eZObjectRelationType::fetchObjectAttributeHTTPInput |
( |
&$ |
http, |
|
|
$ |
base, |
|
|
&$ |
contentObjectAttribute |
|
) |
|
|
| eZObjectRelationType::fixupClassAttributeHTTPInput |
( |
&$ |
http, |
|
|
$ |
base, |
|
|
&$ |
classAttribute |
|
) |
|
|
| eZObjectRelationType::metaData |
( |
$ |
contentObjectAttribute |
) |
|
|
| & eZObjectRelationType::objectAttributeContent |
( |
&$ |
contentObjectAttribute |
) |
|
|
| eZObjectRelationType::storeObjectAttribute |
( |
&$ |
attribute |
) |
|
|
| eZObjectRelationType::title |
( |
&$ |
contentObjectAttribute |
) |
|
|
| eZObjectRelationType::validateClassAttributeHTTPInput |
( |
&$ |
http, |
|
|
$ |
base, |
|
|
&$ |
classAttribute |
|
) |
|
|
| eZObjectRelationType::validateObjectAttributeHTTPInput |
( |
&$ |
http, |
|
|
$ |
base, |
|
|
&$ |
contentObjectAttribute |
|
) |
|
|
The documentation for this class was generated from the following file:
|