PHP 클래스 WPDKHTML

부터: 1.4.0
저자: =undo= ([email protected])
상속: extends WPDKObject
파일 보기 프로젝트 열기: wpxtreme/wpdk 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$__version string Override version

공개 메소드들

메소드 설명
endCSSCompress ( ) Display compressed output
endCompress ( ) : string Return the buffer
endHTMLCompress ( boolean $comments = false, boolean $conditional = false ) : string Display compressed output
endJavascriptCompress ( ) Display compressed output
startCompress ( ) Utility to start buffering

메소드 상세

endCSSCompress() 공개 정적인 메소드

Display compressed output
public static endCSSCompress ( )

endCompress() 공개 정적인 메소드

Return the buffer
부터: 1.4.23
public static endCompress ( ) : string
리턴 string

endHTMLCompress() 공개 정적인 메소드

Display compressed output
public static endHTMLCompress ( boolean $comments = false, boolean $conditional = false ) : string
$comments boolean Optional. Remove comments:
$conditional boolean Optional. Removed conditional comments:
리턴 string

endJavascriptCompress() 공개 정적인 메소드

Display compressed output
부터: 1.4.5
public static endJavascriptCompress ( )

startCompress() 공개 정적인 메소드

Utility to start buffering
public static startCompress ( )

프로퍼티 상세

$__version 공개적으로 프로퍼티

Override version
public string $__version
리턴 string