PHP Класс Minify_Controller_Page, minify

Наследование: extends Minify_Controller_Base
Показать файл Открыть проект

Открытые методы

Метод Описание
createConfiguration ( array $options ) : array Set up source of HTML content

Описание методов

createConfiguration() публичный Метод

Set up source of HTML content
public createConfiguration ( array $options ) : array
$options array controller and Minify options
Результат 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)