1 | <?php |
||
9 | class ResponseResolver implements ViewResolverInterface |
||
10 | { |
||
11 | /** |
||
12 | * @var ResponseProxy |
||
13 | */ |
||
14 | private static $responseProxy = null; |
||
15 | |||
16 | public static function getResponseProxyInstance() |
||
24 | |||
25 | public function setViewEngineConfig(array $settings) |
||
28 | |||
29 | public function resolve($viewData) |
||
52 | } |
||
53 |