PHP Класс eZ\Publish\Core\REST\Common\Values\Resource

Наследование: extends eZ\Publish\Core\REST\Common\Value
Показать файл Открыть проект

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

Свойство Тип Описание
$href string href of the resource.
$mediaType string Media Type of the resource.
$name string Resource name.

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

Метод Описание
__construct ( $name, $mediaType, $href ) Resource constructor.

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

__construct() публичный Метод

Resource constructor.
public __construct ( $name, $mediaType, $href )
$name
$mediaType
$href

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

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

href of the resource.
public string $href
Результат string

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

Media Type of the resource.
public string $mediaType
Результат string

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

Resource name.
public string $name
Результат string