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

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

Public Properties

Property Type Description
$contentId mixed Content ID.
$currentVersionNo integer Content current version number.
$locationId mixed Location ID.

Property Details

$contentId public_oe property

Content ID.
public mixed $contentId
return mixed

$currentVersionNo public_oe property

Content current version number.
public int $currentVersionNo
return integer

$locationId public_oe property

Location ID.
public mixed $locationId
return mixed