File tree Expand file tree Collapse file tree 18 files changed +40
-53
lines changed
Block/Adminhtml/Catalog/Product
Composite/Fieldset/Options/Type Expand file tree Collapse file tree 18 files changed +40
-53
lines changed Original file line number Diff line number Diff line change 1111 * Adminhtml backup page content block
1212 *
1313 * @api
14- * @author Magento Core Team <core@magentocommerce.com>
1514 * @since 100.0.2
1615 */
1716class Backup extends \Magento \Backend \Block \Template
1817{
1918 /**
20- * Block's template
21- *
2219 * @var string
2320 */
2421 protected $ _template = 'Magento_Backup::backup/list.phtml ' ;
2522
2623 /**
24+ * Prepare the layout
25+ *
2726 * @return AbstractBlock|void
2827 */
2928 protected function _prepareLayout ()
@@ -62,6 +61,8 @@ protected function _prepareLayout()
6261 }
6362
6463 /**
64+ * Return HTML for the backups grid
65+ *
6566 * @return string
6667 */
6768 public function getGridHtml ()
Original file line number Diff line number Diff line change 66
77/**
88 * Backup grid item renderer
9- *
10- * @author Magento Core Team <core@magentocommerce.com>
119 */
1210namespace Magento \Backup \Block \Adminhtml \Grid \Column \Renderer ;
1311
Original file line number Diff line number Diff line change 66
77/**
88 * Grid column block that is displayed only if rollback allowed
9- *
10- * @author Magento Core Team <core@magentocommerce.com>
119 */
1210namespace Magento \Backup \Block \Adminhtml \Grid \Column ;
1311
Original file line number Diff line number Diff line change 1212/**
1313 * Backup admin controller
1414 *
15- * @author Magento Core Team <core@magentocommerce.com>
15+ * @phpcs:ignore Magento2.Classes.AbstractApi.AbstractApi
1616 * @api
1717 * @since 100.0.2
1818 * @SuppressWarnings(PHPMD.AllPurposeAction)
@@ -24,11 +24,9 @@ abstract class Index extends Action
2424 *
2525 * @see _isAllowed()
2626 */
27- const ADMIN_RESOURCE = 'Magento_Backup::backup ' ;
27+ public const ADMIN_RESOURCE = 'Magento_Backup::backup ' ;
2828
2929 /**
30- * Core registry
31- *
3230 * @var \Magento\Framework\Registry
3331 */
3432 protected $ _coreRegistry = null ;
Original file line number Diff line number Diff line change 88/**
99 * Backups types' source model for system configuration
1010 *
11- * @author Magento Core Team <core@magentocommerce.com>
1211 * @api
1312 * @since 100.0.2
1413 */
1514class Type implements \Magento \Framework \Option \ArrayInterface
1615{
1716 /**
18- * Backup data
19- *
2017 * @var \Magento\Backup\Helper\Data
2118 */
2219 protected $ _backupData = null ;
@@ -30,7 +27,7 @@ public function __construct(\Magento\Backup\Helper\Data $backupData)
3027 }
3128
3229 /**
33- * {@inheritdoc}
30+ * @inheritDoc
3431 */
3532 public function toOptionArray ()
3633 {
Original file line number Diff line number Diff line change 44 * All Rights Reserved.
55 */
66
7- /**
8- * Backup types option array
9- *
10- * @author Magento Core Team <core@magentocommerce.com>
11- */
127namespace Magento \Backup \Model \Grid ;
138
149/**
10+ * Backup types option array
11+ *
1512 * @api
1613 * @since 100.0.2
1714 */
@@ -32,6 +29,7 @@ public function __construct(\Magento\Backup\Helper\Data $backupHelper)
3229
3330 /**
3431 * Return backup types array
32+ *
3533 * @return array
3634 */
3735 public function toOptionArray ()
Original file line number Diff line number Diff line change 1212 * Bundle option checkbox type renderer
1313 *
1414 * @api
15- * @author Magento Core Team <core@magentocommerce.com>
1615 * @since 100.0.2
1716 */
1817class Checkbox extends \Magento \Bundle \Block \Catalog \Product \View \Type \Bundle \Option \Checkbox
Original file line number Diff line number Diff line change 1212 * Bundle option multi select type renderer
1313 *
1414 * @api
15- * @author Magento Core Team <core@magentocommerce.com>
1615 * @since 100.0.2
1716 */
1817class Multi extends \Magento \Bundle \Block \Catalog \Product \View \Type \Bundle \Option \Multi
Original file line number Diff line number Diff line change 1212 * Bundle option radiobox type renderer
1313 *
1414 * @api
15- * @author Magento Core Team <core@magentocommerce.com>
1615 * @since 100.0.2
1716 */
1817class Radio extends \Magento \Bundle \Block \Catalog \Product \View \Type \Bundle \Option \Radio
Original file line number Diff line number Diff line change 1212 * Bundle option dropdown type renderer
1313 *
1414 * @api
15- * @author Magento Core Team <core@magentocommerce.com>
1615 * @since 100.0.2
1716 */
1817class Select extends \Magento \Bundle \Block \Catalog \Product \View \Type \Bundle \Option \Select
You can’t perform that action at this time.
0 commit comments