PHP Class WPDKPostPlaceholdersMetaBoxView

Author: =undo= ([email protected])
Inheritance: extends WPDKMetaBoxView
Datei anzeigen Open project: wpxtreme/wpdk Class Usage Examples

Public Methods

Method Description
__construct ( ) : WPDKPostPlaceholdersMetaBoxView Create an instance of WPDKPostPlaceholdersMetaBoxView class
display ( ) : string Display the HTML markup content for this view.
init ( ) : WPDKPostPlaceholdersMetaBoxView Return a singleton instance of WPDKPostPlaceholdersMetaBoxView class

Method Details

__construct() public method

Create an instance of WPDKPostPlaceholdersMetaBoxView class
public __construct ( ) : WPDKPostPlaceholdersMetaBoxView
return WPDKPostPlaceholdersMetaBoxView

display() public method

Display the HTML markup content for this view.
public display ( ) : string
return string

init() public static method

Return a singleton instance of WPDKPostPlaceholdersMetaBoxView class
public static init ( ) : WPDKPostPlaceholdersMetaBoxView
return WPDKPostPlaceholdersMetaBoxView