PHP 클래스 WPDKHTMLTagLabel

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

공개 프로퍼티들

프로퍼티 타입 설명
$for string Specifies which form element a label is bound to. Value: element_id
$form string New in HTML 5. Specifies one or more forms the label belongs to. Value: form_id

공개 메소드들

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

메소드 상세

__construct() 공개 메소드

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

프로퍼티 상세

$for 공개적으로 프로퍼티

Specifies which form element a label is bound to. Value: element_id
public string $for
리턴 string

$form 공개적으로 프로퍼티

New in HTML 5. Specifies one or more forms the label belongs to. Value: form_id
public string $form
리턴 string