PHP 클래스 WPDKTwitterBootstrap

## Overview The WPDKTwitterBootstrap class is an abstract iunknow class for subclass Twitter Bootstrap. At this moment this class is not used yet.
사용 중단: since 1.4.21
저자: =undo= ([email protected])
상속: extends WPDKHTMLTag
파일 보기 프로젝트 열기: wpxtreme/wpdk 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$__version string Override version

공개 메소드들

메소드 설명
__construct ( string $id ) : WPDKTwitterBootstrap Create an instance of WPDKTwitterBootstrap class
html ( ) : string Return the HTML markup for Twitter boostrap modal

메소드 상세

__construct() 공개 메소드

Create an instance of WPDKTwitterBootstrap class
public __construct ( string $id ) : WPDKTwitterBootstrap
$id string The id attribute of main container
리턴 WPDKTwitterBootstrap

html() 공개 메소드

Return the HTML markup for Twitter boostrap modal
public html ( ) : string
리턴 string

프로퍼티 상세

$__version 공개적으로 프로퍼티

Override version
public string $__version
리턴 string