Action::setRequestMethodGet

  1. Bitrix24 API (v. 23.675.0)
  2. sender
  3. Action
  4. setRequestMethodGet
  • Модуль: 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;
}

Добавить комментарий