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

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

Public Properties

Property Type Description
$contentId mixed Content id.
$newLocationId mixed NewLocationId.
$newParentLocationId mixed NewParentLocationId.
$trashItemId mixed TrashItemId.

Property Details

$contentId public_oe property

Content id.
public mixed $contentId
return mixed

$newLocationId public_oe property

NewLocationId.
public mixed $newLocationId
return mixed

$newParentLocationId public_oe property

NewParentLocationId.
public mixed $newParentLocationId
return mixed

$trashItemId public_oe property

TrashItemId.
public mixed $trashItemId
return mixed