Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс HttpContext
+ Граф наследования:HttpContext:

Открытые члены

 __construct (HttpApplication $application)
 
 rewriteUri ($url, $queryString, $redirectStatus=null)
 
 transferUri ($url, $queryString)
 
 initializeCulture ($definedSite=null, $definedLanguage=null)
 
- Открытые члены унаследованные от Context
 __construct (Application $application)
 
 initialize (Request $request, Response $response, Server $server, array $params=[])
 
 getEnvironment ()
 
 getResponse ()
 
 setResponse (Response $response)
 
 getRequest ()
 
 getServer ()
 
 getApplication ()
 
 getCulture ()
 
 getLanguage ()
 
 getLanguageObject ()
 
 getSite ()
 
 getSiteObject ()
 
 setCulture (Context\Culture $culture)
 
 setLanguage ($language)
 
 setSite ($site)
 

Открытые атрибуты

const CACHE_TTL = 86400
 

Дополнительные унаследованные члены

- Открытые статические члены унаследованные от Context
static getCurrent ()
 
- Защищенные данные унаследованные от Context
 $application
 
 $response
 
 $request
 
 $server
 
 $language
 
 $site
 
 $env
 
 $culture
 
 $params
 

Подробное описание

См. определение в файле httpcontext.php строка 12

Конструктор(ы)

◆ __construct()

__construct ( HttpApplication $application)

Creates new instance of context.

Аргументы
HttpApplication$application

См. определение в файле httpcontext.php строка 21

Методы

◆ initializeCulture()

initializeCulture ( $definedSite = null,
$definedLanguage = null )
Аргументы
string  |  null$definedSite
string  |  null$definedLanguage
Возвращает
void
Исключения
SystemException

См. определение в файле httpcontext.php строка 48

◆ rewriteUri()

rewriteUri ( $url,
$queryString,
$redirectStatus = null )

См. определение в файле httpcontext.php строка 26

◆ transferUri()

transferUri ( $url,
$queryString )

См. определение в файле httpcontext.php строка 34

Данные класса

◆ CACHE_TTL

const CACHE_TTL = 86400

См. определение в файле httpcontext.php строка 14