| Current Path : /home/rtorresani/www/vendor/magento/module-catalog/Controller/Product/View/ |
| Current File : //home/rtorresani/www/vendor/magento/module-catalog/Controller/Product/View/ViewInterface.php |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
/**
* Marker interface for controllers on product view page
*
* @api
*/
namespace Magento\Catalog\Controller\Product\View;
/**
* Interface \Magento\Catalog\Controller\Product\View\ViewInterface
*
*/
interface ViewInterface
{
}