PHP 클래스 WPDKjQueryTab

저자: =undo= ([email protected])
파일 보기 프로젝트 열기: wpxtreme/wpdk

공개 프로퍼티들

프로퍼티 타입 설명
$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