Открытые члены | |
__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) | |
Открытые статические члены | |
static | getCurrent () |
Защищенные данные | |
$application | |
$response | |
$request | |
$server | |
$language | |
$site | |
$env | |
$culture | |
$params | |
Context of current request.
См. определение в файле context.php строка 17
__construct | ( | Application | $application | ) |
Creates new instance of context.
Application | $application |
См. определение в файле context.php строка 51
getApplication | ( | ) |
Returns backreference to Application.
См. определение в файле context.php строка 128
getCulture | ( | ) |
Returns culture of the context.
См. определение в файле context.php строка 138
|
static |
Static method returns current instance of context.
См. определение в файле context.php строка 241
getEnvironment | ( | ) |
См. определение в файле context.php строка 72
getLanguage | ( | ) |
Returns current language ID (en, ru).
См. определение в файле context.php строка 148
getLanguageObject | ( | ) |
Returns current language object.
См. определение в файле context.php строка 158
getRequest | ( | ) |
Returns request object of the context.
См. определение в файле context.php строка 108
getResponse | ( | ) |
Returns response object of the context.
См. определение в файле context.php строка 86
getServer | ( | ) |
Returns server object of the context.
См. определение в файле context.php строка 118
getSite | ( | ) |
getSiteObject | ( | ) |
Returns current language object.
См. определение в файле context.php строка 178
Initializes context by request and response objects.
Request | $request | |
Response | $response | |
Server | $server | |
array | $params |
См. определение в файле context.php строка 64
setCulture | ( | Context\Culture | $culture | ) |
Sets culture of the context.
\Bitrix\Main\Context\Culture | $culture |
См. определение в файле context.php строка 189
setLanguage | ( | $language | ) |
Sets language of the context.
string | Localization\EO_Language | $language |
См. определение в файле context.php строка 201
setResponse | ( | Response | $response | ) |
Sets response of the context.
Response | $response | Response. |
См. определение в файле context.php строка 97
setSite | ( | $site | ) |
Sets site of the context.
string | EO_Site | $site |
См. определение в файле context.php строка 221
|
protected |
См. определение в файле context.php строка 20
|
protected |
См. определение в файле context.php строка 41
|
protected |
См. определение в файле context.php строка 38
|
protected |
См. определение в файле context.php строка 32
|
protected |
См. определение в файле context.php строка 44
|
protected |
См. определение в файле context.php строка 26
|
protected |
См. определение в файле context.php строка 23
|
protected |
См. определение в файле context.php строка 29
|
protected |
См. определение в файле context.php строка 35