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