PHP Class WPDKjQueryTab

Author: =undo= ([email protected])
Afficher le fichier Open project: wpxtreme/wpdk

Méthodes publiques

Свойство Type Description
$content string The HTML markup for tab content
$id string The jQuery tab ID
$title string The tab title

Méthodes publiques

Méthode Description
__construct ( string | WPDKView $id, string $title, string $content = '' ) Create an instance of WPDKjQueryTab class

Method Details

__construct() public méthode

Create an instance of WPDKjQueryTab class
public __construct ( string | WPDKView $id, string $title, string $content = '' )
$id string | WPDKView The tab ID or an instance of WPDKView
$title string The tab title
$content string Optional. HTML markup of content

Property Details

$content public_oe property

The HTML markup for tab content
public string $content
Résultat string

$id public_oe property

The jQuery tab ID
public string $id
Résultat string

$title public_oe property

The tab title
public string $title
Résultat string