Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/magento/module-reports/Block/Product/Widget/Viewed/
Upload File :
Current File : //home/rtorresani/www/vendor/magento/module-reports/Block/Product/Widget/Viewed/Item.php

<?php
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
namespace Magento\Reports\Block\Product\Widget\Viewed;

/**
 * Reports Recently Viewed Products Widget
 *
 * @deprecated 100.3.3
 * @author     Magento Core Team <core@magentocommerce.com>
 */
class Item extends \Magento\Catalog\Block\Product\AbstractProduct implements \Magento\Widget\Block\BlockInterface
{
    /**
     * Viewed Product Index type
     *
     * @var string
     */
    protected $_indexType = \Magento\Reports\Model\Product\Index\Factory::TYPE_VIEWED;
}