Method | Description | |
---|---|---|
createConfiguration ( array $options ) : array | 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) |