PHP Class WPDKUIModalDialogTour

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

Méthodes publiques

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

Create an instance of WPDKUIModalDialogTour class
public __construct ( $id, $title ) : WPDKUIModalDialogTour
Résultat WPDKUIModalDialogTour

content() public méthode

Content
public content ( ) : string
Résultat string

open() public méthode

Override the parent method.
public open ( )

pages() public méthode

Return the complete HTML mark with the pages to display.
public pages ( ) : string
Résultat string