eZImageType Class Reference
[Kernel system]
The class eZImageType handles image accounts and association with content objects.
More...
Inheritance diagram for eZImageType:
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:
|