PHP Class WPDKUIModalDialogTour

Author: =undo= ([email protected])
Inheritance: extends WPDKUIModalDialog
Show file Open project: wpxtreme/wpdk Class Usage Examples

Public Methods

Method Description
__construct ( $id, $title ) : WPDKUIModalDialogTour Create an instance of WPDKUIModalDialogTour class
content ( ) : string Content
footer ( ) : string Footer
open ( ) Display and open dialog.
pages ( ) : string Return the complete HTML mark with the pages to display.

Method Details

__construct() public method

Create an instance of WPDKUIModalDialogTour class
public __construct ( $id, $title ) : WPDKUIModalDialogTour
return WPDKUIModalDialogTour

content() public method

Content
public content ( ) : string
return string

open() public method

Override the parent method.
public open ( )

pages() public method

Return the complete HTML mark with the pages to display.
public pages ( ) : string
return string