eZBinaryFileHandler Class Reference
[Kernel system]
Interface for all binary file handlers.
More...
Inheritance diagram for eZBinaryFileHandler:
TODO — Image not available in archive
Title: eZBinaryFileHandler Class Inheritance Diagram (Doxygen)
File: /doc/generated/html/classeZBinaryFileHandler.png
What this image shows:
Doxygen-generated class inheritance diagram for the eZBinaryFileHandler PHP class. Shows the inheritance hierarchy: which classes eZBinaryFileHandler 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 classeZBinaryFileHandler.png in the output. Or draw the inheritance tree manually from the API reference. Save as /doc/generated/html/classeZBinaryFileHandler.png
See /sdk/missing.html for the full list of missing images.
List of all members.
Detailed Description
Interface for all binary file handlers.
Definition at line ezbinaryfilehandler.php.
Member Function Documentation
| eZBinaryFileHandler::downloadFileObject |
( |
&$ |
contentObject, |
|
|
&$ |
contentObjectAttribute |
|
) |
|
|
| eZBinaryFileHandler::downloadType |
( |
&$ |
contentObject, |
|
|
&$ |
contentObjectAttribute |
|
) |
|
|
| eZBinaryFileHandler::downloadURL |
( |
&$ |
contentObject, |
|
|
&$ |
contentObjectAttribute |
|
) |
|
|
| & eZBinaryFileHandler::editTemplate |
( |
&$ |
contentobjectAttribute |
) |
|
|
|
|
- Returns:
-
the suffix for the template name which will be used for attribute viewing.
- Note:
-
Default returns false which means no special template.
Definition at line ezbinaryfilehandler.php. |
| & eZBinaryFileHandler::informationTemplate |
( |
&$ |
contentobjectAttribute |
) |
|
|
|
|
- Returns:
-
the suffix for the template name which will be used for attribute viewing.
- Note:
-
Default returns false which means no special template.
Definition at line ezbinaryfilehandler.php. |
| & eZBinaryFileHandler::viewTemplate |
( |
&$ |
contentobjectAttribute |
) |
|
|
|
|
- Returns:
-
the suffix for the template name which will be used for attribute viewing.
- Note:
-
Default returns false which means no special template.
Reimplemented in eZFileDirectHandler.
Definition at line ezbinaryfilehandler.php. |
The documentation for this class was generated from the following file:
|