eZImageType Class Reference
[Kernel system]
The class eZImageType handles image accounts and association with content objects.
More...
Inheritance diagram for eZImageType:
TODO — Image not available in archive
Title: eZImageType Class Inheritance Diagram (Doxygen)
File: /doc/generated/html/classeZImageType.png
What this image shows:
Doxygen-generated class inheritance diagram for the eZImageType PHP class. Shows the inheritance hierarchy: which classes eZImageType 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 classeZImageType.png in the output. Or draw the inheritance tree manually from the API reference. Save as /doc/generated/html/classeZImageType.png
See /sdk/missing.html for the full list of missing images.
List of all members.
|
Public Methods |
| | hasAttribute ($name) |
| & | attribute ($name) |
| | initializeObjectAttribute (&$contentObjectAttribute,$currentVersion,&$originalContentObjectAttribute) |
| | deleteStoredObjectAttribute (&$contentObjectAttribute,$version=null) |
| | validateObjectAttributeHTTPInput (&$http,$base,&$contentObjectAttribute) |
| | fetchObjectAttributeHTTPInput (&$http,$base,&$contentObjectAttribute) |
| | storeObjectAttribute (&$contentObjectAttribute) |
| | fetchClassAttributeHTTPInput (&$http,$base,&$classAttribute) |
| | title (&$contentObjectAttribute,$name="filename") |
Detailed Description
The class eZImageType handles image accounts and association with content objects.
Definition at line ezimagetype.php.
Member Function Documentation
| & eZImageType::attribute |
( |
$ |
name |
) |
|
|
| eZImageType::deleteStoredObjectAttribute |
( |
&$ |
contentObjectAttribute, |
|
|
$ |
version = null |
|
) |
|
|
| eZImageType::fetchClassAttributeHTTPInput |
( |
&$ |
http, |
|
|
$ |
base, |
|
|
&$ |
classAttribute |
|
) |
|
|
|
|
Fetches the HTTP input for the content class attribute. - Note:
-
Default implementation does nothing.
Reimplemented from eZDataType.
Definition at line ezimagetype.php. |
| eZImageType::fetchObjectAttributeHTTPInput |
( |
&$ |
http, |
|
|
$ |
base, |
|
|
&$ |
contentObjectAttribute |
|
) |
|
|
| eZImageType::hasAttribute |
( |
$ |
name |
) |
|
|
| eZImageType::initializeObjectAttribute |
( |
&$ |
contentObjectAttribute, |
|
|
$ |
currentVersion, |
|
|
&$ |
originalContentObjectAttribute |
|
) |
|
|
| eZImageType::storeObjectAttribute |
( |
&$ |
contentObjectAttribute |
) |
|
|
|
|
Does nothing, since the image has been stored. See fetchObjectAttributeHTTPInput for the actual storing.
Reimplemented from eZDataType.
Definition at line ezimagetype.php. |
| eZImageType::title |
( |
&$ |
contentObjectAttribute, |
|
|
$ |
name = "filename" |
|
) |
|
|
|
|
Returns attribute of an image, default will return filename of the image.
Reimplemented from eZDataType.
Definition at line ezimagetype.php. |
| eZImageType::validateObjectAttributeHTTPInput |
( |
&$ |
http, |
|
|
$ |
base, |
|
|
&$ |
contentObjectAttribute |
|
) |
|
|
The documentation for this class was generated from the following file:
|