PHP Class WPDKHTML

Since: 1.4.0
Author: =undo= ([email protected])
Inheritance: extends WPDKObject
Afficher le fichier Open project: wpxtreme/wpdk Class Usage Examples

Méthodes publiques

Свойство Type Description
$__version string Override version

Méthodes publiques

Méthode Description
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

Method Details

endCSSCompress() public static méthode

Display compressed output
public static endCSSCompress ( )

endCompress() public static méthode

Return the buffer
Since: 1.4.23
public static endCompress ( ) : string
Résultat string

endHTMLCompress() public static méthode

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

endJavascriptCompress() public static méthode

Display compressed output
Since: 1.4.5
public static endJavascriptCompress ( )

startCompress() public static méthode

Utility to start buffering
public static startCompress ( )

Property Details

$__version public_oe property

Override version
public string $__version
Résultat string