• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/comments/internals/comment.php
  • Класс: BitrixTasksCommentsInternalsComment
  • Вызов: Comment::isPartExist
public function isPartExist(string $partName): bool
{
	return $this->parts->offsetExists($partName);
}