PHP Class WPDKjQueryTab

Author: =undo= ([email protected])
Show file Open project: wpxtreme/wpdk

Public Properties

Property Type Description
$content string The HTML markup for tab content
$id string The jQuery tab ID
$title string The tab title

Public Methods

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

Method Details

__construct() public method

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 property

The HTML markup for tab content
public string $content
return string

$id public property

The jQuery tab ID
public string $id
return string

$title public property

The tab title
public string $title
return string