WPDK  1.5.0
WordPress Development Kit
 All Data Structures Files Functions Variables Pages
WPDKHTML Class Reference
Inheritance diagram for WPDKHTML:
WPDKObject

Static Public Member Functions

static startCompress ()
 Start compress buffering. More...
 
static endCompress ()
 Brief. More...
 
static endCSSCompress ()
 End compressed. More...
 
static endJavascriptCompress ()
 End compressed. More...
 
static endHTMLCompress ($comments=false, $conditional=false)
 End compressed. More...
 
- Static Public Member Functions inherited from WPDKObject
static __delta ($last_version, $old_version)
 Object delta compare for combine. More...
 
static delta ($last_version, $old_version)
 
static __dump ($var, $monitor=false)
 Dump a variable. More...
 

Data Fields

 $__version = '1.0.2'
 Version. More...
 
- Data Fields inherited from WPDKObject
 $__version = '1.0.0'
 The version number assigned to the class. More...
 

Additional Inherited Members

- Public Member Functions inherited from WPDKObject
 __className ()
 Returns the class object. More...
 
 __parentClass ()
 Returns the class object for the receiver’s superclass. More...
 
 __isClass ($class)
 Brief. More...
 
 __isSubclassOfClass ($class)
 Return TRUE if the receiving class is a subclass of —or identical to— $class, otherwise FALSE. More...
 

Detailed Description

Helper class to manage HTML

Author
=undo= info@.nosp@m.wpxt.nosp@m.re.me
Date
2014-02-18
Version
1.0.2
Since
1.4.0

Definition at line 13 of file wpdk-html.php.

Member Function Documentation

static endCompress ( )
static

Brief.

Return the buffer

Since
1.4.23
Returns
string

Definition at line 42 of file wpdk-html.php.

static endCSSCompress ( )
static

End compressed.

Display compressed output

Definition at line 55 of file wpdk-html.php.

static endHTMLCompress (   $comments = false,
  $conditional = false 
)
static

End compressed.

Display compressed output

Note
The following params are not used yet
Parameters
bool$commentsOptional. Remove comments:
bool$conditionalOptional. Removed conditional comments:
Returns
string

Definition at line 137 of file wpdk-html.php.

static endJavascriptCompress ( )
static

End compressed.

Display compressed output

Since
1.4.5

Definition at line 97 of file wpdk-html.php.

static startCompress ( )
static

Start compress buffering.

Utility to start buffering

Definition at line 29 of file wpdk-html.php.

Field Documentation

string $__version = '1.0.2'

Version.

Override version

Definition at line 22 of file wpdk-html.php.


The documentation for this class was generated from the following file: