PHP Class eZ\Publish\Core\REST\Common\Values\Resource

Inheritance: extends eZ\Publish\Core\REST\Common\Value
Afficher le fichier Open project: ezsystems/ezpublish-kernel

Méthodes publiques

Свойство Type Description
$href string href of the resource.
$mediaType string Media Type of the resource.
$name string Resource name.

Méthodes publiques

Méthode Description
__construct ( $name, $mediaType, $href ) Resource constructor.

Method Details

__construct() public méthode

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

Property Details

$href public_oe property

href of the resource.
public string $href
Résultat string

$mediaType public_oe property

Media Type of the resource.
public string $mediaType
Résultat string

$name public_oe property

Resource name.
public string $name
Résultat string