PHP Interface Sulu\Component\HttpCache\HandlerUpdateResponseInterface

Inheritance: extends HandlerInterface
Show file 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