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

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

Public Properties

Property Type Description
$destinationContentId mixed | null Related content.

Public Methods

Method Description
__construct ( mixed $destinationContentId = null ) Construct a new Value object and initialize it $destinationContent.
__toString ( ) Returns the related content's name.

Method Details

__construct() public method

Construct a new Value object and initialize it $destinationContent.
public __construct ( mixed $destinationContentId = null )
$destinationContentId mixed Content id the relation is to

__toString() public method

Returns the related content's name.
See also: eZ\Publish\Core\FieldType\Value
public __toString ( )

Property Details

$destinationContentId public_oe property

Related content.
public mixed|null $destinationContentId
return mixed | null