• Модуль: vote
  • Путь к файлу: ~/bitrix/modules/vote/lib/attach.php
  • Класс: BitrixVoteAttachTable
  • Вызов: AttachTable::getList
static function getList(array $parameters = array())
{
	return new DBResult(parent::getList($parameters));
}