|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| setupSources ($options) | |
| loadMinifier ($minifierCallback) | |
Protected Attributes | |
| $_loadCssJsMinifiers = false | |
| loadMinifier | ( | $ | minifierCallback | ) |
Reimplemented from Minify_Controller_Base.
| setupSources | ( | $ | options | ) |
Set up source of HTML content
| array | $options | controller and Minify options |
Controller options:
'content': (required) HTML markup
'id': (required) id of page (string for use in server-side caching)
'lastModifiedTime': timestamp of when this content changed. This is recommended to allow both server and client-side caching.
'minifyAll': should all CSS and Javascript blocks be individually minified? (default false)
Reimplemented from Minify_Controller_Base.