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

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().
$userGroupId mixed UserGroupId.

Property Details

$affectedLocationIds public property

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

$userGroupId public property

UserGroupId.
public mixed $userGroupId
return mixed