| Total Complexity | 1 | 
| Total Lines | 13 | 
| Duplicated Lines | 0 % | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 20 | class Symfony  | 
            ||
| 21 | extends \Aimeos\Base\View\Helper\Response\Standard  | 
            ||
| 22 | implements \Aimeos\Base\View\Helper\Response\Iface  | 
            ||
| 23 | { | 
            ||
| 24 | /**  | 
            ||
| 25 | * Initializes the URL view helper.  | 
            ||
| 26 | *  | 
            ||
| 27 | * @param \Aimeos\Base\View\Iface $view View instance with registered view helpers  | 
            ||
| 28 | */  | 
            ||
| 29 | public function __construct( \Aimeos\Base\View\Iface $view )  | 
            ||
| 35 |