• Модуль: forum
  • Путь к файлу: ~/bitrix/modules/forum/lib/comments/taskentity.php
  • Класс: BitrixForumCommentsTaskEntity
  • Вызов: TaskEntity::dropCache
public function dropCache()
{
	$this->taskPostData = null;
	$this->hasAccess = null;
	return $this;
}