File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
app/code/Magento/ConfigurableProduct/Model Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- *
4
3
* Copyright © Magento, Inc. All rights reserved.
5
4
* See COPYING.txt for license details.
6
5
*/
11
10
use Magento \Framework \Exception \NoSuchEntityException ;
12
11
use Magento \Framework \Exception \StateException ;
13
12
13
+ /**
14
+ * Configurable product link management.
15
+ */
14
16
class LinkManagement implements \Magento \ConfigurableProduct \Api \LinkManagementInterface
15
17
{
16
18
/**
@@ -68,7 +70,7 @@ public function __construct(
68
70
}
69
71
70
72
/**
71
- * { @inheritdoc}
73
+ * @inheritdoc
72
74
*/
73
75
public function getChildren ($ sku )
74
76
{
@@ -107,7 +109,7 @@ public function getChildren($sku)
107
109
}
108
110
109
111
/**
110
- * { @inheritdoc}
112
+ * @inheritdoc
111
113
*/
112
114
public function addChild ($ sku , $ childSku )
113
115
{
@@ -150,7 +152,7 @@ public function addChild($sku, $childSku)
150
152
}
151
153
152
154
/**
153
- * { @inheritdoc}
155
+ * @inheritdoc
154
156
*/
155
157
public function removeChild ($ sku , $ childSku )
156
158
{
You can’t perform that action at this time.
0 commit comments