PHP Класс WPDKjQueryTab

Автор: =undo= ([email protected])
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$content string The HTML markup for tab content
$id string The jQuery tab ID
$title string The tab title

Открытые методы

Метод Описание
__construct ( string | WPDKView $id, string $title, string $content = '' ) Create an instance of WPDKjQueryTab class

Описание методов

__construct() публичный Метод

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

Описание свойств

$content публичное свойство

The HTML markup for tab content
public string $content
Результат string

$id публичное свойство

The jQuery tab ID
public string $id
Результат string

$title публичное свойство

The tab title
public string $title
Результат string