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

Inheritance: extends eZ\Publish\Core\SignalSlot\Signal
ファイルを表示 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_oe property

Content ID.
public mixed $dstContentId
return mixed

$srcContentId public_oe property

Content ID.
public mixed $srcContentId
return mixed

$srcVersionNo public_oe property

Version Number.
public int $srcVersionNo
return integer