mirror of
https://github.com/mrclay/minify.git
synced 2025-08-14 01:54:11 +02:00
added 'quiet' option. and now serve() and handleRequest() return an array of output content and headers.
This commit is contained in:
@@ -58,6 +58,9 @@ class Minify_Controller_Base {
|
||||
* an HTTP Expires header instead of checking for conditional GET.
|
||||
* E.g. (time() + 86400 * 365) for 1yr (default null)
|
||||
* This has nothing to do with server-side caching.
|
||||
*
|
||||
* 'quiet' : set to true to have Minify not output any content/headers
|
||||
* (bool, default = false)
|
||||
*
|
||||
*/
|
||||
public $options = array();
|
||||
|
Reference in New Issue
Block a user