PHP 클래스 Horde_CssMinify_CssParser, horde

저자: Michael Slusarz ([email protected])
상속: extends Horde_CssMinify
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 메소드들

메소드 설명
minify ( )
setOptions ( array $opts = [] )

보호된 메소드들

메소드 설명
_minify ( $data )

메소드 상세

_minify() 보호된 메소드

protected _minify ( $data )

minify() 공개 메소드

public minify ( )

setOptions() 공개 메소드

public setOptions ( array $opts = [] )
$opts array Driver specific options:
  - dataurl: (callback) A callback function to convert a URI to a
             data URL. Takes one argument (URI) and returns the data
             URI to be used in the file.
  - import: (callback) A callback function to convert a URI to a
            pathname. Takes one argument (URI) and expects an array
            back with two elements (URI, filename).