eZBinaryFileHandler Class Reference
[Kernel system]

Interface for all binary file handlers. More...

Inheritance diagram for eZBinaryFileHandler:

eZFileDirectHandler eZFilePasstroughHandler List of all members.

Public Methods

viewTemplate (&$contentobjectAttribute)
editTemplate (&$contentobjectAttribute)
informationTemplate (&$contentobjectAttribute)
 downloadFileObject (&$contentObject,&$contentObjectAttribute)
 downloadType (&$contentObject,&$contentObjectAttribute)
 downloadURL (&$contentObject,&$contentObjectAttribute)

Public Attributes

 Info
 \privatesection


Detailed Description

Interface for all binary file handlers.

Definition at line ezbinaryfilehandler.php.


Member Function Documentation

eZBinaryFileHandler::downloadFileObject &$    contentObject,
&$    contentObjectAttribute
 

Returns:
the file object which corresponds to $contentObject and $contentObjectAttribute.

Definition at line ezbinaryfilehandler.php.

Referenced by downloadURL().

eZBinaryFileHandler::downloadType &$    contentObject,
&$    contentObjectAttribute
 

Returns:
the file object type which corresponds to $contentObject and $contentObjectAttribute.

Definition at line ezbinaryfilehandler.php.

Referenced by downloadURL().

eZBinaryFileHandler::downloadURL &$    contentObject,
&$    contentObjectAttribute
 

Returns:
the download url for the file object which corresponds to $contentObject and $contentObjectAttribute.

Definition at line ezbinaryfilehandler.php.

References eZDebug::writeWarning().

Referenced by downloadURL().

& 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:  

Exponential