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

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

Content ID.
public mixed $contentId
return mixed

$currentVersionNo public property

Content current version number.
public int $currentVersionNo
return integer

$locationId public property

Location ID.
public mixed $locationId
return mixed