Свойство | Тип | Описание | |
---|---|---|---|
$actor | The user performing the action. | ||
$data | array | Any other user input associated with the action. This is unused by default, but may be used by extensions. | |
$discussionId | integer | The ID of the discussion to delete. |
Метод | Описание | |
---|---|---|
__construct ( integer $discussionId, |
public __construct ( integer $discussionId, |
||
$discussionId | integer | The ID of the discussion to delete. |
$actor | The user performing the action. | |
$data | array | Any other user input associated with the action. This is unused by default, but may be used by extensions. |
public User,Flarum\Core $actor | ||
Результат |
public array $data | ||
Результат | array |
public int $discussionId | ||
Результат | integer |