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

Inheritance: extends eZ\Publish\Core\SignalSlot\Signal
Show file 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 property

Content id.
public mixed $contentId
return mixed

$newLocationId public property

NewLocationId.
public mixed $newLocationId
return mixed

$newParentLocationId public property

NewParentLocationId.
public mixed $newParentLocationId
return mixed

$trashItemId public property

TrashItemId.
public mixed $trashItemId
return mixed