|
1C-Bitrix 25.700.0
|
Открытые члены | |
| __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 строка 9
| __construct | ( | HttpApplication | $application | ) |
Creates new instance of context.
| HttpApplication | $application |
См. определение в файле httpcontext.php строка 18
| initializeCulture | ( | $definedSite = null, | |
| $definedLanguage = null ) |
| string | null | $definedSite | |
| string | null | $definedLanguage |
| SystemException |
См. определение в файле httpcontext.php строка 45
| rewriteUri | ( | $url, | |
| $queryString, | |||
| $redirectStatus = null ) |
См. определение в файле httpcontext.php строка 23
| transferUri | ( | $url, | |
| $queryString ) |
См. определение в файле httpcontext.php строка 31
| const CACHE_TTL = 86400 |
См. определение в файле httpcontext.php строка 11