|
eZ Publish
[trunk]
|
Handles files compressed with gzip. More...
Inheritance diagram for eZGZIPCompressionHandler:
Collaboration diagram for eZGZIPCompressionHandler:Public Member Functions | |
| compressionLevel () | |
| eZGZIPCompressionHandler () | |
| setCompressionLevel ($level) | |
Handles files compressed with gzip.
This class is a wrapper of the eZGZIPZLIBCompressionHandler and eZGZIPShellCompressionHandler classes.
Duplication of this handler is done by the eZForwardCompressionHandler class.
Definition at line 21 of file ezgzipcompressionhandler.php.
Forwards the request for compression level to the current handler and returns the value.
Definition at line 51 of file ezgzipcompressionhandler.php.
See eZCompressionHandler::eZCompressionHandler and eZForwardCompressionHandler::eZForwardCompressionHandler.
Definition at line 26 of file ezgzipcompressionhandler.php.
Forwards the compression level to the current handler.
Definition at line 41 of file ezgzipcompressionhandler.php.