• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/internals/querycontroller/action.php
  • Класс: Bitrix\Sender\Internals\QueryController\Action
  • Вызов: Action::setRequestMethodGet
public function setRequestMethodGet()
{
	$this->requestMethod = Listener::REQUEST_METHOD_GET;
	return $this;
}