array|boolean public
\Bitrix\Forum\Comments\Feed::moderate(
integer $id,
boolean $show
);
Moderates a comment. Returns the moderated comment or false otherwise.
Parameters
Parameter | Description | Version |
$id | Message ID. | |
$show | Moderation parameter: true - show, false - hide. | |
Example