@@ -225,9 +225,8 @@ class Product extends AbstractEntity
225
225
226
226
/**
227
227
* Links attribute name-to-link type ID.
228
- *
229
- * @deprecated 101.1.0 use DI for LinkProcessor class if you want to add additional types
230
- *
228
+ * @deprecated 101.1.0
229
+ * @see use DI for LinkProcessor class if you want to add additional types
231
230
* @var array
232
231
*/
233
232
protected $ _linkNameToId = [
@@ -547,7 +546,8 @@ class Product extends AbstractEntity
547
546
548
547
/**
549
548
* @var \Magento\CatalogInventory\Model\ResourceModel\Stock\ItemFactory
550
- * @deprecated 101.0.0 this variable isn't used anymore.
549
+ * @deprecated 101.0.0
550
+ * @see this variable isn't used anymore.
551
551
*/
552
552
protected $ _stockResItemFac ;
553
553
@@ -613,6 +613,7 @@ class Product extends AbstractEntity
613
613
* @var array
614
614
* @deprecated 100.0.3
615
615
* @since 100.0.3
616
+ * @see this variable isn't used anymore.
616
617
*/
617
618
protected $ productUrlKeys = [];
618
619
@@ -1278,9 +1279,8 @@ protected function _prepareRowForDb(array $rowData)
1278
1279
* Gather and save information about product links.
1279
1280
*
1280
1281
* Must be called after ALL products saving done.
1281
- *
1282
- * @deprecated 101.1.0 use linkProcessor Directly
1283
- *
1282
+ * @deprecated 101.1.0
1283
+ * @see \Magento\CatalogImportExport\Model\Import\Product\LinkProcessor::saveLinks
1284
1284
* @return $this
1285
1285
*/
1286
1286
protected function _saveLinks ()
@@ -1489,6 +1489,7 @@ private function getNewSkuFieldsForSelect()
1489
1489
* @return void
1490
1490
* @since 100.0.4
1491
1491
* @deprecated 100.2.3
1492
+ * @see \Magento\CatalogImportExport\Model\Import\Product\MediaGalleryProcessor::getExistingImages
1492
1493
*/
1493
1494
protected function initMediaGalleryResources ()
1494
1495
{
0 commit comments