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

Inheritance: extends eZ\Publish\Core\SignalSlot\Signal
Datei anzeigen 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_oe property

Destination Content ID.
public mixed $dstContentId
return mixed

$dstParentLocationId public_oe property

Destination Parent Location ID.
public mixed $dstParentLocationId
return mixed

$dstVersionNo public_oe property

Destination Version Number.
public int $dstVersionNo
return integer

$srcContentId public_oe property

Source Content ID.
public mixed $srcContentId
return mixed

$srcVersionNo public_oe property

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