• Модуль: vote
  • Путь к файлу: ~/bitrix/modules/vote/lib/attachment/manager.php
  • Класс: Bitrix\Vote\Attachment\Manager
  • Вызов: Manager::loadFromAttachId
static function loadFromAttachId($id)
{
	return new Attach($id);
}