PHP 클래스 WPDKHTMLTagA

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

공개 프로퍼티들

프로퍼티 타입 설명
$charset string Not supported in HTML5. Specifies the character-set of a linked document.
$coords string Not supported in HTML5. Specifies the coordinates of a link
$href string Specifies the URL of the page the link goes to.
$hreflang string Specifies the language of the linked document. Value language_code
$media string New in HTML5. Specifies what media/device the linked document is optimized for. Value media_query
$name string Not supported in HTML5. Specifies the name of an anchor
$rel string Available values are: alternate, author, bookmark, help, license, next, nofollow, noreferrer, prefetch, prev, search, tag
$rev string Not supported in HTML5. Specifies the relationship between the linked document and the current document
$shape string Not supported in HTML5. Specifies the shape of a link. Values: default, rect, circl,e poly
$target string Specifies where to open the linked document. Values: _blank, _self, _parent, _top or framename
$type string New in HTML 5. Specifies the MIME type of the linked document. Value MIME_type

공개 메소드들

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

메소드 상세

__construct() 공개 메소드

Create an instance of WPDKHTMLTagA class
public __construct ( string $content = '', string $href = '' )
$content string HTML inner (or adjacent) content
$href string The href attribute

프로퍼티 상세

$charset 공개적으로 프로퍼티

Not supported in HTML5. Specifies the character-set of a linked document.
public string $charset
리턴 string

$coords 공개적으로 프로퍼티

Not supported in HTML5. Specifies the coordinates of a link
public string $coords
리턴 string

$href 공개적으로 프로퍼티

Specifies the URL of the page the link goes to.
public string $href
리턴 string

$hreflang 공개적으로 프로퍼티

Specifies the language of the linked document. Value language_code
public string $hreflang
리턴 string

$media 공개적으로 프로퍼티

New in HTML5. Specifies what media/device the linked document is optimized for. Value media_query
public string $media
리턴 string

$name 공개적으로 프로퍼티

Not supported in HTML5. Specifies the name of an anchor
public string $name
리턴 string

$rel 공개적으로 프로퍼티

Available values are: alternate, author, bookmark, help, license, next, nofollow, noreferrer, prefetch, prev, search, tag
public string $rel
리턴 string

$rev 공개적으로 프로퍼티

Not supported in HTML5. Specifies the relationship between the linked document and the current document
public string $rev
리턴 string

$shape 공개적으로 프로퍼티

Not supported in HTML5. Specifies the shape of a link. Values: default, rect, circl,e poly
public string $shape
리턴 string

$target 공개적으로 프로퍼티

Specifies where to open the linked document. Values: _blank, _self, _parent, _top or framename
public string $target
리턴 string

$type 공개적으로 프로퍼티

New in HTML 5. Specifies the MIME type of the linked document. Value MIME_type
public string $type
리턴 string