| 1 | <?php |
||
| 20 | class Symfony2 |
||
| 21 | extends \Aimeos\MW\View\Helper\Response\Standard |
||
| 22 | implements \Aimeos\MW\View\Helper\Response\Iface |
||
| 23 | { |
||
| 24 | /** |
||
| 25 | * Initializes the URL view helper. |
||
| 26 | * |
||
| 27 | * @param \Aimeos\MW\View\Iface $view View instance with registered view helpers |
||
| 28 | * @param \Symfony\Component\HttpFoundation\Response $response Symfony2 response object |
||
| 29 | */ |
||
| 30 | public function __construct( $view, \Symfony\Component\HttpFoundation\Response $response ) |
||
| 37 | } |
||
| 38 |