Полный список членов класса Context, включая наследуемые из базового класса
$application | Context | protected |
$culture | Context | protected |
$env | Context | protected |
$language | Context | protected |
$params | Context | protected |
$request | Context | protected |
$response | Context | protected |
$server | Context | protected |
$site | Context | protected |
__construct(Application $application) | Context | |
getApplication() | Context | |
getCulture() | Context | |
getCurrent() | Context | static |
getEnvironment() | Context | |
getLanguage() | Context | |
getLanguageObject() | Context | |
getRequest() | Context | |
getResponse() | Context | |
getServer() | Context | |
getSite() | Context | |
getSiteObject() | Context | |
initialize(Request $request, Response $response, Server $server, array $params=[]) | Context | |
setCulture(Context\Culture $culture) | Context | |
setLanguage($language) | Context | |
setResponse(Response $response) | Context | |
setSite($site) | Context |