|
eZ Publish
[4.2]
|
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 37 of file ezfiledirecthandler.php.
| eZFileDirectHandler::eZFileDirectHandler | ( | ) |
Definition at line 41 of file ezfiledirecthandler.php.
| eZFileDirectHandler::handleFileDownload | ( | $ | contentObject, |
| $ | contentObjectAttribute, | ||
| $ | type, | ||
| $ | fileInfo | ||
| ) |
Reimplemented from eZBinaryFileHandler.
Definition at line 46 of file ezfiledirecthandler.php.
| eZFileDirectHandler::viewTemplate | ( | $ | contentobjectAttribute | ) |
Reimplemented from eZBinaryFileHandler.
Definition at line 54 of file ezfiledirecthandler.php.
| const eZFileDirectHandler::HANDLER_ID = 'ezfiledirect' |
Definition at line 39 of file ezfiledirecthandler.php.