|
eZ Publish
[4.2]
|
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 44 of file ezgzipcompressionhandler.php.
| eZGZIPCompressionHandler::compressionLevel | ( | ) |
Forwards the request for compression level to the current handler and returns the value.
Definition at line 74 of file ezgzipcompressionhandler.php.
| eZGZIPCompressionHandler::eZGZIPCompressionHandler | ( | ) |
See eZCompressionHandler::eZCompressionHandler and eZForwardCompressionHandler::eZForwardCompressionHandler.
Definition at line 49 of file ezgzipcompressionhandler.php.
| eZGZIPCompressionHandler::setCompressionLevel | ( | $ | level | ) |
Forwards the compression level to the current handler.
Definition at line 64 of file ezgzipcompressionhandler.php.