eZBinaryFileHandler Class Reference
[Kernel system]
Interface for all binary file handlers.
More...
Inheritance diagram for eZBinaryFileHandler:
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:
|