• Модуль: vote
  • Путь к файлу: ~/bitrix/modules/vote/lib/attachment/defaultconnector.php
  • Класс: BitrixVoteAttachmentDefaultConnector
  • Вызов: DefaultConnector::setStorage
public function setStorage(Channel $channel)
{
	$this->storage = $channel;

	return $this;
}