PHP Class eZ\Publish\Core\SignalSlot\Signal\LocationService\DeleteLocationSignal

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

Public Properties

Property Type Description
$contentId mixed ContentId.
$locationId mixed Location ID.
$parentLocationId mixed Location ID of parent location of the deleted location.

Property Details

$contentId public property

ContentId.
public mixed $contentId
return mixed

$locationId public property

Location ID.
public mixed $locationId
return mixed

$parentLocationId public property

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