Свойство | Type | Description | |
---|---|---|---|
$actor | The user who is performing the action. | ||
$data | array | The attributes to assign to the new post. | |
$discussionId | integer | The ID of the discussion to post the reply to. | |
$ipAddress | string | The IP address of the actor. |
Méthode | Description | |
---|---|---|
__construct ( integer $discussionId, |
public __construct ( integer $discussionId, |
||
$discussionId | integer | The ID of the discussion to post the reply to. |
$actor | The user who is performing the action. | |
$data | array | The attributes to assign to the new post. |
$ipAddress | string | The IP address of the actor. |
public User,Flarum\Core $actor | ||
Résultat |
public array $data | ||
Résultat | array |
public int $discussionId | ||
Résultat | integer |