PHP Class eZ\Publish\Core\SignalSlot\Signal\UserService\DeleteUserSignal

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

Public Properties

Property Type Description
$affectedLocationIds array List of locations of the content that was deleted, as returned by deleteContent().
$userId mixed UserId.

Property Details

$affectedLocationIds public property

List of locations of the content that was deleted, as returned by deleteContent().
public array $affectedLocationIds
return array

$userId public property

UserId.
public mixed $userId
return mixed