| 1 | <?php |
||
| 20 | class Flow |
||
| 21 | extends \Aimeos\MW\View\Helper\Response\Standard |
||
| 22 | implements \Aimeos\MW\View\Helper\Response\Iface |
||
| 23 | { |
||
| 24 | /** |
||
| 25 | * Initializes the response view helper. |
||
| 26 | * |
||
| 27 | * @param \Aimeos\MW\View\Iface $view View instance with registered view helpers |
||
| 28 | */ |
||
| 29 | public function __construct( \Aimeos\MW\View\Iface $view ) |
||
| 33 | } |
||
| 34 |