PHP Класс Flarum\Core\Command\ReadNotification

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$actor Flarum\Core\User The user performing the action.
$notificationId integer The ID of the notification to mark as read.

Открытые методы

Метод Описание
__construct ( integer $notificationId, User $actor )

Описание методов

__construct() публичный Метод

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.

Описание свойств

$actor публичное свойство

The user performing the action.
public User,Flarum\Core $actor
Результат Flarum\Core\User

$notificationId публичное свойство

The ID of the notification to mark as read.
public int $notificationId
Результат integer