PHP Class eZ\Publish\Core\SignalSlot\Signal\ContentService\AddRelationSignal

Inheritance: extends eZ\Publish\Core\SignalSlot\Signal
Show file Open project: ezsystems/ezpublish-kernel

Public Properties

Property Type Description
$dstContentId mixed Content ID.
$srcContentId mixed Content ID.
$srcVersionNo integer Version Number.

Property Details

$dstContentId public property

Content ID.
public mixed $dstContentId
return mixed

$srcContentId public property

Content ID.
public mixed $srcContentId
return mixed

$srcVersionNo public property

Version Number.
public int $srcVersionNo
return integer