PHP Class eZ\Publish\Core\REST\Server\Values\RelationList

Inheritance: extends eZ\Publish\Core\REST\Common\Value
Datei anzeigen Open project: ezsystems/ezpublish-kernel

Public Properties

Property Type Description
$contentId mixed Content ID to which this relation belongs to.
$path string Path used to load the list of relations.
$relations eZ\Publish\API\Repository\Values\Content\Relation[] Relations.
$versionNo mixed Version number to which this relation belongs to.

Public Methods

Method Description
__construct ( array $relations, mixed $contentId, mixed $versionNo, string $path = null ) Construct.

Method Details

__construct() public method

Construct.
public __construct ( array $relations, mixed $contentId, mixed $versionNo, string $path = null )
$relations array
$contentId mixed
$versionNo mixed
$path string

Property Details

$contentId public_oe property

Content ID to which this relation belongs to.
public mixed $contentId
return mixed

$path public_oe property

Path used to load the list of relations.
public string $path
return string

$relations public_oe property

Relations.
public Relation[],eZ\Publish\API\Repository\Values\Content $relations
return eZ\Publish\API\Repository\Values\Content\Relation[]

$versionNo public_oe property

Version number to which this relation belongs to.
public mixed $versionNo
return mixed