File tree Expand file tree Collapse file tree 16 files changed +37
-73
lines changed
app/code/Magento/Downloadable
Adminhtml/Catalog/Product/Edit/Tab Expand file tree Collapse file tree 16 files changed +37
-73
lines changed Original file line number Diff line number Diff line change 11<?php
22/**
3- * Copyright © Magento, Inc. All rights reserved.
4- * See COPYING.txt for license details .
3+ * Copyright 2011 Adobe
4+ * All Rights Reserved .
55 */
66namespace Magento \Downloadable \Block \Adminhtml \Catalog \Product \Edit \Tab ;
77
1414/**
1515 * Adminhtml catalog product downloadable items tab and form
1616 *
17- * @author Magento Core Team <core@magentocommerce.com>
1817 * @deprecated 100.3.1
1918 * @see \Magento\Downloadable\Ui\DataProvider\Product\Form\Modifier\Composite
2019 */
@@ -45,8 +44,6 @@ class Downloadable extends Widget implements TabInterface
4544 protected $ blockId = 'downloadableInfo ' ;
4645
4746 /**
48- * Core registry
49- *
5047 * @var Registry
5148 */
5249 protected $ _coreRegistry = null ;
Original file line number Diff line number Diff line change 11<?php
22/**
3- * Copyright © Magento, Inc. All rights reserved.
4- * See COPYING.txt for license details .
3+ * Copyright 2011 Adobe
4+ * All Rights Reserved .
55 */
66namespace Magento \Downloadable \Block \Adminhtml \Catalog \Product \Edit \Tab \Downloadable ;
77
88/**
99 * Adminhtml catalog product downloadable items tab links section
1010 *
11- * @author Magento Core Team <core@magentocommerce.com>
1211 * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
1312 *
1413 * @deprecated 100.3.1 in favor of new class which adds grid links
@@ -36,8 +35,6 @@ class Links extends \Magento\Backend\Block\Template
3635 protected $ _template = 'Magento_Downloadable::product/edit/downloadable/links.phtml ' ;
3736
3837 /**
39- * Downloadable file
40- *
4138 * @var \Magento\Downloadable\Helper\File
4239 */
4340 protected $ _downloadableFile = null ;
@@ -50,8 +47,6 @@ class Links extends \Magento\Backend\Block\Template
5047 protected $ _coreFileStorageDb = null ;
5148
5249 /**
53- * Core registry
54- *
5550 * @var \Magento\Framework\Registry
5651 */
5752 protected $ _coreRegistry ;
Original file line number Diff line number Diff line change 11<?php
22/**
3- * Copyright © Magento, Inc. All rights reserved.
4- * See COPYING.txt for license details .
3+ * Copyright 2011 Adobe
4+ * All Rights Reserved .
55 */
66namespace Magento \Downloadable \Block \Adminhtml \Catalog \Product \Edit \Tab \Downloadable ;
77
88/**
99 * Adminhtml catalog product downloadable items tab links section
1010 *
11- * @author Magento Core Team <core@magentocommerce.com>
12- *
1311 * @deprecated 100.3.1 because of new class which adds grids samples
1412 * @see \Magento\Downloadable\Ui\DataProvider\Product\Form\Modifier\Samples
1513 */
@@ -28,8 +26,6 @@ class Samples extends \Magento\Backend\Block\Widget
2826 protected $ _template = 'Magento_Downloadable::product/edit/downloadable/samples.phtml ' ;
2927
3028 /**
31- * Downloadable file
32- *
3329 * @var \Magento\Downloadable\Helper\File
3430 */
3531 protected $ _downloadableFile = null ;
@@ -42,8 +38,6 @@ class Samples extends \Magento\Backend\Block\Widget
4238 protected $ _coreFileStorageDb = null ;
4339
4440 /**
45- * Core registry
46- *
4741 * @var \Magento\Framework\Registry
4842 */
4943 protected $ _coreRegistry ;
Original file line number Diff line number Diff line change 11<?php
22/**
3- * Copyright © Magento, Inc. All rights reserved.
4- * See COPYING.txt for license details .
3+ * Copyright 2011 Adobe
4+ * All Rights Reserved .
55 */
66
77/**
88 * Catalog downloadable product part block
9- *
10- * @author Magento Core Team <core@magentocommerce.com>
119 */
1210namespace Magento \Downloadable \Block \Catalog \Product \View ;
1311
Original file line number Diff line number Diff line change 11<?php
22/**
3- * Copyright © Magento, Inc. All rights reserved.
4- * See COPYING.txt for license details .
3+ * Copyright 2013 Adobe
4+ * All Rights Reserved .
55 */
66
77/**
88 * Shopping cart downloadable item render block
9- *
10- * @author Magento Core Team <core@magentocommerce.com>
119 */
1210namespace Magento \Downloadable \Block \Checkout \Cart \Item ;
1311
Original file line number Diff line number Diff line change 11<?php
22/**
3- * Copyright © Magento, Inc. All rights reserved.
4- * See COPYING.txt for license details .
3+ * Copyright 2011 Adobe
4+ * All Rights Reserved .
55 */
66
77/**
88 * Downloadable checkout success page
9- *
10- * @author Magento Core Team <core@magentocommerce.com>
119 */
1210namespace Magento \Downloadable \Block \Checkout ;
1311
Original file line number Diff line number Diff line change 11<?php
22/**
3- * Copyright © Magento, Inc. All rights reserved.
4- * See COPYING.txt for license details .
3+ * Copyright 2011 Adobe
4+ * All Rights Reserved .
55 */
66namespace Magento \Downloadable \Controller \Adminhtml \Downloadable ;
77
88/**
99 * Downloadable File upload controller
10- *
11- * @author Magento Core Team <core@magentocommerce.com>
1210 */
1311abstract class File extends \Magento \Backend \App \Action
1412{
@@ -17,5 +15,5 @@ abstract class File extends \Magento\Backend\App\Action
1715 *
1816 * @see _isAllowed()
1917 */
20- const ADMIN_RESOURCE = 'Magento_Catalog::products ' ;
18+ public const ADMIN_RESOURCE = 'Magento_Catalog::products ' ;
2119}
Original file line number Diff line number Diff line change 11<?php
22/**
3- * Copyright © Magento, Inc. All rights reserved.
4- * See COPYING.txt for license details .
3+ * Copyright 2013 Adobe
4+ * All Rights Reserved .
55 */
66namespace Magento \Downloadable \Controller ;
77
1010
1111/**
1212 * Download controller
13- *
14- * @author Magento Core Team <core@magentocommerce.com>
1513 */
1614abstract class Download extends \Magento \Framework \App \Action \Action
1715{
Original file line number Diff line number Diff line change 11<?php
22/**
3- * Copyright © Magento, Inc. All rights reserved.
4- * See COPYING.txt for license details .
3+ * Copyright 2011 Adobe
4+ * All Rights Reserved .
55 */
66
77namespace Magento \Downloadable \Helper \Catalog \Product ;
88
99/**
1010 * Helper for fetching properties by product configurational item
11- *
12- * @author Magento Core Team <core@magentocommerce.com>
1311 */
1412class Configuration extends \Magento \Framework \App \Helper \AbstractHelper implements
1513 \Magento \Catalog \Helper \Product \Configuration \ConfigurationInterface
Original file line number Diff line number Diff line change 11<?php
22/**
3- * Copyright © Magento, Inc. All rights reserved.
4- * See COPYING.txt for license details .
3+ * Copyright 2011 Adobe
4+ * All Rights Reserved .
55 */
66namespace Magento \Downloadable \Helper ;
77
1111
1212/**
1313 * Downloadable helper
14- *
15- * @author Magento Core Team <core@magentocommerce.com>
1614 */
1715class Data extends \Magento \Framework \App \Helper \AbstractHelper
1816{
You can’t perform that action at this time.
0 commit comments