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

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

Public Properties

Property Type Description
$affectedLocationIds array List of locations of the content that was deleted, as returned by deleteContent().
$contentId mixed ContentId.

Property Details

$affectedLocationIds public property

List of locations of the content that was deleted, as returned by deleteContent().
public array $affectedLocationIds
return array

$contentId public property

ContentId.
public mixed $contentId
return mixed