• Модуль: socialnetwork
  • Путь к файлу: ~/bitrix/modules/socialnetwork/lib/component/loglist.php
  • Класс: BitrixSocialnetworkComponentLogList
  • Вызов: LogList::setCommentsNeededValue
public function setCommentsNeededValue($value = false): void
{
	$this->commentsNeeded = ($value === true);
}