PHP 클래스 Craft\MinifyService

상속: extends craft\BaseApplicationComponent
파일 보기 프로젝트 열기: nystudio107/minify

보호된 프로퍼티들

프로퍼티 타입 설명
$shouldMinify

공개 메소드들

메소드 설명
cssMin ( $cssText = "" ) * -------------------------------------------------------------------------------- Minify the passed in CSS --------------------------------------------------------------------------------
htmlMin ( $htmlText = "" ) * -------------------------------------------------------------------------------- Minify the passed in HTML --------------------------------------------------------------------------------
init ( )
jsMin ( $jsText = "" ) * -------------------------------------------------------------------------------- Minify the passed in JS --------------------------------------------------------------------------------
minify ( $htmlText = "" ) * -------------------------------------------------------------------------------- Minify all the things --------------------------------------------------------------------------------

메소드 상세

cssMin() 공개 메소드

* -------------------------------------------------------------------------------- Minify the passed in CSS --------------------------------------------------------------------------------
public cssMin ( $cssText = "" )

htmlMin() 공개 메소드

* -------------------------------------------------------------------------------- Minify the passed in HTML --------------------------------------------------------------------------------
public htmlMin ( $htmlText = "" )

init() 공개 메소드

public init ( )

jsMin() 공개 메소드

* -------------------------------------------------------------------------------- Minify the passed in JS --------------------------------------------------------------------------------
public jsMin ( $jsText = "" )

minify() 공개 메소드

* -------------------------------------------------------------------------------- Minify all the things --------------------------------------------------------------------------------
public minify ( $htmlText = "" )

프로퍼티 상세

$shouldMinify 보호되어 있는 프로퍼티

protected $shouldMinify