PHP Class Minify_Controller_Page, minify

Inheritance: extends Minify_Controller_Base
Afficher le fichier Open project: mrclay/minify

Méthodes publiques

Méthode Description
createConfiguration ( array $options ) : array Set up source of HTML content

Method Details

createConfiguration() public méthode

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