PHP 클래스 Minify_Controller_Page, minify

상속: extends Minify_Controller_Base
파일 보기 프로젝트 열기: mrclay/minify

공개 메소드들

메소드 설명
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)