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

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

Content id.
public mixed $contentId
return mixed

$contentTrashed public_oe property

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

$locationId public_oe property

LocationId.
public mixed $locationId
return mixed

$parentLocationId public_oe property

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