PHP Класс yii\web\Link

С версии: 2.0
Автор: Qiang Xue ([email protected])
Наследование: extends yii\base\Object
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$href a URI RFC3986 or URI template RFC6570. This property is required.
$hreflang the language of the target resource
$name a secondary key for selecting Link Objects which share the same relation type
$profile a URI that hints about the profile of the target resource.
$templated a value indicating whether [[href]] refers to a URI or URI template.
$title a label describing the link
$type a hint to indicate the media type expected when dereferencing the target resource

Открытые методы

Метод Описание
serialize ( array $links ) : array Serializes a list of links into proper array format.

Описание методов

serialize() публичный статический Метод

Serializes a list of links into proper array format.
public static serialize ( array $links ) : array
$links array the links to be serialized
Результат array the proper array representation of the links.

Описание свойств

$href публичное свойство

a URI RFC3986 or URI template RFC6570. This property is required.
public $href

$hreflang публичное свойство

the language of the target resource
public $hreflang

$name публичное свойство

a secondary key for selecting Link Objects which share the same relation type
public $name

$profile публичное свойство

a URI that hints about the profile of the target resource.
public $profile

$templated публичное свойство

a value indicating whether [[href]] refers to a URI or URI template.
public $templated

$title публичное свойство

a label describing the link
public $title

$type публичное свойство

a hint to indicate the media type expected when dereferencing the target resource
public $type