PHP Class Flarum\Core\Command\ReadNotification

Datei anzeigen Open project: flarum/core

Public Properties

Property Type Description
$actor Flarum\Core\User The user performing the action.
$notificationId integer The ID of the notification to mark as read.

Public Methods

Method Description
__construct ( integer $notificationId, User $actor )

Method Details

__construct() public method

public __construct ( integer $notificationId, User $actor )
$notificationId integer The ID of the notification to mark as read.
$actor Flarum\Core\User The user performing the action.

Property Details

$actor public_oe property

The user performing the action.
public User,Flarum\Core $actor
return Flarum\Core\User

$notificationId public_oe property

The ID of the notification to mark as read.
public int $notificationId
return integer