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

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

Public Properties

Property Type Description
$contentId mixed Content ID.
$versionNo integer Version Number.

Property Details

$contentId public property

Content ID.
public mixed $contentId
return mixed

$versionNo public property

Version Number.
public int $versionNo
return integer