Skip to content

Commit 4cbccdf

Browse files
author
Andrey Konosov
committed
MAGETWO-66143: Increase api coverage for catalog, catalogStaging and advancedCatalog modules
1 parent 44b5bbf commit 4cbccdf

File tree

22 files changed

+51
-1
lines changed

22 files changed

+51
-1
lines changed

app/code/Magento/Catalog/Helper/Product/Compare.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
/**
1212
* Catalog Product Compare Helper
1313
*
14+
* @api
15+
*
1416
* @SuppressWarnings(PHPMD.LongVariable)
1517
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
1618
*/

app/code/Magento/Catalog/Helper/Product/ConfigurationPool.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
*/
66
namespace Magento\Catalog\Helper\Product;
77

8+
/**
9+
* @api
10+
*/
811
class ConfigurationPool
912
{
1013
/**

app/code/Magento/Catalog/Helper/Product/ProductList.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
/**
1212
* Class ProductList
13+
*
14+
* @api
1315
*/
1416
class ProductList
1517
{

app/code/Magento/Catalog/Model/Attribute/Backend/Customlayoutupdate.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
use Magento\Eav\Model\Entity\Attribute\Exception;
1010

1111
/**
12-
* Product url key attribute backend
12+
* Layout update attribute backend
13+
*
14+
* @api
1315
*
1416
* @SuppressWarnings(PHPMD.LongVariable)
1517
*/

app/code/Magento/Catalog/Model/Attribute/Backend/Startdate.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
*
1010
* Speical Start Date attribute backend
1111
*
12+
* @api
13+
*
1214
* @author Magento Core Team <core@magentocommerce.com>
1315
*/
1416
class Startdate extends \Magento\Eav\Model\Entity\Attribute\Backend\Datetime

app/code/Magento/Catalog/Model/Category/Attribute/Backend/Image.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
/**
88
* Catalog category image attribute backend model
99
*
10+
* @api
11+
*
1012
* @author Magento Core Team <core@magentocommerce.com>
1113
*/
1214
namespace Magento\Catalog\Model\Category\Attribute\Backend;

app/code/Magento/Catalog/Model/Category/Attribute/Backend/Sortby.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
/**
99
* Catalog Category Attribute Default and Available Sort By Backend Model
1010
*
11+
* @api
12+
*
1113
* @author Magento Core Team <core@magentocommerce.com>
1214
*/
1315
class Sortby extends \Magento\Eav\Model\Entity\Attribute\Backend\AbstractBackend

app/code/Magento/Catalog/Model/Layer/AvailabilityFlagInterface.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
*/
77
namespace Magento\Catalog\Model\Layer;
88

9+
/**
10+
* @api
11+
*/
912
interface AvailabilityFlagInterface
1013
{
1114
/**

app/code/Magento/Catalog/Model/Layer/Filter/Dynamic/AlgorithmInterface.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
*/
66
namespace Magento\Catalog\Model\Layer\Filter\Dynamic;
77

8+
/**
9+
* @api
10+
*/
811
interface AlgorithmInterface
912
{
1013
/**

app/code/Magento/Catalog/Model/Layer/Filter/FilterInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
/**
99
* Layer filter interface
10+
*
11+
* @api
1012
*/
1113
interface FilterInterface
1214
{

0 commit comments

Comments
 (0)