Piwik\Plugins\Ecommerce\Reports\GetItemsName::init PHP Method

init() protected method

protected init ( )
    protected function init()
    {
        parent::init();
        $this->name = Piwik::translate('Goals_ProductName');
        $this->dimension = new ProductName();
        $this->order = 31;
        $this->subcategoryId = 'Goals_Products';
    }
GetItemsName