• Модуль: forum
  • Путь к файлу: ~/bitrix/modules/forum/lib/comments/timemanentryentity.php
  • Класс: BitrixForumCommentsTimemanEntryEntity
  • Вызов: TimemanEntryEntity::canAdd
public function canAdd($userId)
{
	return $this->canRead($userId);
}