|
eZ Publish
[trunk]
|
Handles file downloading by passing an URL directly to the file. More...
Inheritance diagram for eZFileDirectHandler:
Collaboration diagram for eZFileDirectHandler:Public Member Functions | |
| eZFileDirectHandler () | |
| handleFileDownload ($contentObject, $contentObjectAttribute, $type, $fileInfo) | |
| viewTemplate ($contentobjectAttribute) | |
Public Attributes | |
| const | HANDLER_ID = 'ezfiledirect' |
Handles file downloading by passing an URL directly to the file.
Definition at line 17 of file ezfiledirecthandler.php.
Definition at line 21 of file ezfiledirecthandler.php.
| eZFileDirectHandler::handleFileDownload | ( | $ | contentObject, |
| $ | contentObjectAttribute, | ||
| $ | type, | ||
| $ | fileInfo | ||
| ) |
Reimplemented from eZBinaryFileHandler.
Definition at line 26 of file ezfiledirecthandler.php.
| eZFileDirectHandler::viewTemplate | ( | $ | contentobjectAttribute | ) |
Reimplemented from eZBinaryFileHandler.
Definition at line 34 of file ezfiledirecthandler.php.
| const eZFileDirectHandler::HANDLER_ID = 'ezfiledirect' |
Definition at line 19 of file ezfiledirecthandler.php.