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

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

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

Свойство Тип Описание
$actor Flarum\Core\User The user performing the action.
$data array The attributes to update on the post.
$groupId integer The ID of the group to edit.

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

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

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

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

public __construct ( integer $groupId, User $actor, array $data )
$groupId integer The ID of the group to edit.
$actor Flarum\Core\User The user performing the action.
$data array The attributes to update on the post.

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

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

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

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

The attributes to update on the post.
public array $data
Результат array

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

The ID of the group to edit.
public int $groupId
Результат integer