PHP Class Minify_Controller_Page, minify

Inheritance: extends Minify_Controller_Base
ファイルを表示 Open project: mrclay/minify

Public Methods

Method Description
createConfiguration ( array $options ) : array Set up source of HTML content

Method Details

createConfiguration() public method

Set up source of HTML content
public createConfiguration ( array $options ) : array
$options array controller and Minify options
return array 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)