PHP Класс WPDKHTMLTagA

Remeber to add this tag in WPDKHTMLTagName
Автор: =undo= ([email protected])
Наследование: extends WPDKHTMLTag
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$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