PeServer

ViewActionResult
in package
implements IActionResult

Read onlyYes

結果操作: View。

Table of Contents

Interfaces

IActionResult
アクションメソッドの結果操作。

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

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

        
On this page

Search results