PHP Class eZ\Publish\Core\FieldType\RelationList\Value

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

Public Properties

Property Type Description
$destinationContentIds mixed[] Related content id's.

Public Methods

Method Description
__construct ( array $destinationContentIds = [] ) Construct a new Value object and initialize it $text.
__toString ( )

Method Details

__construct() public method

Construct a new Value object and initialize it $text.
public __construct ( array $destinationContentIds = [] )
$destinationContentIds array

__toString() public method

See also: eZ\Publish\Core\FieldType\Value
public __toString ( )

Property Details

$destinationContentIds public_oe property

Related content id's.
public mixed[] $destinationContentIds
return mixed[]