PHP Class eZ\Publish\Core\SignalSlot\Signal\TrashService\TrashSignal

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

Public Properties

Property Type Description
$contentId mixed Content id.
$contentTrashed boolean If content was trashed or if just location was deleted.
$locationId mixed LocationId.
$parentLocationId mixed Location ID of parent location of the trashed location.

Property Details

$contentId public property

Content id.
public mixed $contentId
return mixed

$contentTrashed public property

If content was trashed or if just location was deleted.
public bool $contentTrashed
return boolean

$locationId public property

LocationId.
public mixed $locationId
return mixed

$parentLocationId public property

Location ID of parent location of the trashed location.
public mixed $parentLocationId
return mixed