PHP 클래스 WPDKHTMLTagLegend

Remeber to add this tag in WPDKHTMLTagName
저자: =undo= ([email protected])
상속: extends WPDKHTMLTag
파일 보기 프로젝트 열기: wpxtreme/wpdk 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$align string Deprecated. Use styles instead. Specifies the alignment of the caption. Values: top, bottom, left, right

공개 메소드들

메소드 설명
__construct ( string $content = '' ) Create an instance of WPDKHTMLTagLegend class

메소드 상세

__construct() 공개 메소드

Create an instance of WPDKHTMLTagLegend class
public __construct ( string $content = '' )
$content string HTML inner (or adjacent) content

프로퍼티 상세

$align 공개적으로 프로퍼티

Deprecated. Use styles instead. Specifies the alignment of the caption. Values: top, bottom, left, right
사용 중단: Use styles instead.
public string $align
리턴 string