프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$actor | The user performing the action. | ||
$data | array | The attributes to update on the post. | |
$postId | integer | The ID of the post to edit. |
메소드 | 설명 | |
---|---|---|
__construct ( integer $postId, |
public __construct ( integer $postId, |
||
$postId | integer | The ID of the post to edit. |
$actor | The user performing the action. | |
$data | array | The attributes to update on the post. |
public User,Flarum\Core $actor | ||
리턴 |