AppViewActionResult
extends ViewActionResult
in package
Read onlyYes
FinalYes
結果操作: View。
Table of Contents
Properties
- $actionName : string
- $headers : array<string|int, mixed>
- $programContext : ProgramContext
- $templateBaseName : string
- $templateFactory : ITemplateFactory
- $templateParameter : TemplateParameter
- $urlHelper : IUrlHelper
- $webSecurity : WebSecurity
Methods
- __construct() : mixed
- 生成。
- createResponse() : HttpResponse
- 結果操作からHTTPレスポンスを生成。
Properties
$actionName
protected
string
$actionName
$headers
protected
array<string|int, mixed>
$headers
$programContext
protected
ProgramContext
$programContext
$templateBaseName
protected
string
$templateBaseName
$templateFactory
protected
ITemplateFactory
$templateFactory
$templateParameter
protected
TemplateParameter
$templateParameter
$urlHelper
protected
IUrlHelper
$urlHelper
$webSecurity
protected
WebSecurity
$webSecurity
Methods
__construct()
生成。
public
__construct(non-empty-string $templateBaseName, non-empty-string $actionName, TemplateParameter $templateParameter, array<non-empty-string, array<string|int, string>> $headers, ProgramContext $programContext, ITemplateFactory $templateFactory, IUrlHelper $urlHelper, WebSecurity $webSecurity) : mixed
Parameters
- $templateBaseName : non-empty-string
- $actionName : non-empty-string
- $templateParameter : TemplateParameter
- $headers : array<non-empty-string, array<string|int, string>>
- $programContext : ProgramContext
- $templateFactory : ITemplateFactory
- $urlHelper : IUrlHelper
- $webSecurity : WebSecurity
createResponse()
結果操作からHTTPレスポンスを生成。
public
createResponse() : HttpResponse