PHP 클래스 Tollwerk\Squeezr\Css\Minifier\Minify

부터: 1.0b
저자: Joschi Kuphal ([email protected])
상속: implements Tollwerk\Squeezr\Css\Minifier
파일 보기 프로젝트 열기: jkphl/squeezr

공개 메소드들

메소드 설명
__construct ( ) Constructor
minify ( string $css, array $options = [] ) : string Minify a CSS text

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( )

minify() 공개 메소드

Minify a CSS text
public minify ( string $css, array $options = [] ) : string
$css string CSS text
$options array Optional options
리턴 string Minified CSS text