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

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

Public Properties

Property Type Description
$dstContentId mixed Destination Content ID.
$dstParentLocationId mixed Destination Parent Location ID.
$dstVersionNo integer Destination Version Number.
$srcContentId mixed Source Content ID.
$srcVersionNo integer | null Source Version Number.

Property Details

$dstContentId public property

Destination Content ID.
public mixed $dstContentId
return mixed

$dstParentLocationId public property

Destination Parent Location ID.
public mixed $dstParentLocationId
return mixed

$dstVersionNo public property

Destination Version Number.
public int $dstVersionNo
return integer

$srcContentId public property

Source Content ID.
public mixed $srcContentId
return mixed

$srcVersionNo public property

Source Version Number.
public int|null $srcVersionNo
return integer | null