• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Chat/CommentChat.php
  • Класс: BitrixImV2ChatCommentChat
  • Вызов: CommentChat::hasAccess
public function hasAccess($user = null): bool
{
	$parent = $this->getParent();
	if ($parent)
	{
		return $parent->hasAccess($user);
	}

	return false;
}