File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
app/code/Magento/Catalog/Model Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -24,18 +24,20 @@ class CategoryLink extends AbstractExtensibleModel implements CategoryLinkInterf
24
24
*/
25
25
public function getPosition ()
26
26
{
27
- return $ this ->_get (self ::KEY_POSITION );
27
+ return $ this ->getData (self ::KEY_POSITION );
28
28
}
29
29
30
30
/**
31
31
* @inheritdoc
32
32
*/
33
33
public function getCategoryId ()
34
34
{
35
- return $ this ->_get (self ::KEY_CATEGORY_ID );
35
+ return $ this ->getData (self ::KEY_CATEGORY_ID );
36
36
}
37
37
38
38
/**
39
+ * {@inheritDoc}
40
+ *
39
41
* @param int $position
40
42
* @return $this
41
43
*/
@@ -56,7 +58,7 @@ public function setCategoryId($categoryId)
56
58
}
57
59
58
60
/**
59
- * @inheritdoc
61
+ * { @inheritdoc}
60
62
*
61
63
* @return \Magento\Catalog\Api\Data\CategoryLinkExtensionInterface|null
62
64
*/
@@ -66,7 +68,7 @@ public function getExtensionAttributes()
66
68
}
67
69
68
70
/**
69
- * @inheritdoc
71
+ * { @inheritdoc}
70
72
*
71
73
* @param \Magento\Catalog\Api\Data\CategoryLinkExtensionInterface $extensionAttributes
72
74
* @return $this
You can’t perform that action at this time.
0 commit comments