Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Sulu
Component
HttpCache
HandlerUpdateResponseInterface
PHP Interface Sulu\Component\HttpCache\HandlerUpdateResponseInterface
Inheritance:
extends
HandlerInterface
ファイルを表示
Open project: sulu/sulu
Interface Usage Examples
Public Methods
Method
Description
updateResponse
(
Response
$response
,
Sulu\Component\Content\Compat\StructureInterface
$structure
)
Update the response based on the given structure.
Method Details
updateResponse()
public
method
Update the response based on the given structure.
public
updateResponse
(
Response
$response
,
Sulu\Component\Content\Compat\StructureInterface
$structure
)
$response
Symfony\Component\HttpFoundation\Response
$structure
Sulu\Component\Content\Compat\StructureInterface