• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/dataloader/landing.php
  • Класс: BitrixLandingDataLoaderLanding
  • Вызов: Landing::getSearchQuery
protected function getSearchQuery()
{
	static $currentRequest = null;

	if ($currentRequest === null)
	{
		$context = BitrixMainApplication::getInstance()->getContext();
		$currentRequest = $context->getRequest();
	}

	return trim($currentRequest->get('q'));
}