| Current Path : /var/www/homesaver/www/bitrix/modules/catalog/lib/integration/report/view/ |
| Current File : /var/www/homesaver/www/bitrix/modules/catalog/lib/integration/report/view/catalogview.php |
<?php
namespace Bitrix\Catalog\Integration\Report\View;
use Bitrix\Catalog\Integration\Report\Handler\BaseHandler;
use Bitrix\Report\VisualConstructor\Views\Component\Base;
/**
* Kept for backward compatibility. Changed for ViewRenderable interface.
*
* @deprecated
*/
abstract class CatalogView extends Base implements ViewRenderable
{
abstract public function getViewHandler(): BaseHandler;
}