Свойство | Тип | Описание | |
---|---|---|---|
$actor | The user performing the action. | ||
$data | array | The attributes to update on the discussion. | |
$discussionId | integer | The ID of the discussion to edit. |
Метод | Описание | |
---|---|---|
__construct ( integer $discussionId, |
public __construct ( integer $discussionId, |
||
$discussionId | integer | The ID of the discussion to edit. |
$actor | The user performing the action. | |
$data | array | The attributes to update on the discussion. |
public User,Flarum\Core $actor | ||
Результат |
public array $data | ||
Результат | array |
public int $discussionId | ||
Результат | integer |