array|boolean public static
\Bitrix\Tasks\Integration\Forum\Task\Comment::update(
$id,
array $data,
boolean $taskId = false
);
Method updates existing comment to task. Static method.
Parameters
Parameter | Description | Version |
$id | Comment ID | |
$data | Data | |
$taskId | Task ID | |
Example