Aimeos\Shop\Base\View::__construct PHP Method

__construct() public method

Initializes the object
public __construct ( I18n $i18n, Support $support )
$i18n I18n I18n object
$support Support Support object
    public function __construct(\Aimeos\Shop\Base\I18n $i18n, \Aimeos\Shop\Base\Support $support)
    {
        $this->i18n = $i18n;
        $this->support = $support;
    }