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

	return $this->canRead;
}