@@ -228,7 +228,8 @@ class Product extends AbstractEntity
228
228
* Links attribute name-to-link type ID.
229
229
*
230
230
* @deprecated 101.1.0 use DI for LinkProcessor class if you want to add additional types
231
- * @see It is possible to supply additional link types via DI
231
+ *
232
+ * @see Magento_CatalogImportExport::etc/di.xml
232
233
* @var array
233
234
*/
234
235
protected $ _linkNameToId = [
@@ -549,7 +550,7 @@ class Product extends AbstractEntity
549
550
/**
550
551
* @var \Magento\CatalogInventory\Model\ResourceModel\Stock\ItemFactory
551
552
* @deprecated 101.0.0 this variable isn't used anymore.
552
- * @see avoid using this variable
553
+ * @see we don't recommend this approach anymore
553
554
*/
554
555
protected $ _stockResItemFac ;
555
556
@@ -614,8 +615,9 @@ class Product extends AbstractEntity
614
615
/**
615
616
* @var array
616
617
* @deprecated 100.0.3
618
+ *
617
619
* @since 100.0.3
618
- * @see avoid using this variable
620
+ * @see we don't recommend this approach anymore
619
621
*/
620
622
protected $ productUrlKeys = [];
621
623
@@ -1292,7 +1294,7 @@ protected function _prepareRowForDb(array $rowData)
1292
1294
* Must be called after ALL products saving done.
1293
1295
*
1294
1296
* @deprecated 101.1.0 use linkProcessor Directly
1295
- * @see \Magento\CatalogImportExport\Model\Import\Product\ linkProcessor::saveLinks
1297
+ * @see linkProcessor
1296
1298
*
1297
1299
* @return $this
1298
1300
*/
@@ -1502,7 +1504,7 @@ private function getNewSkuFieldsForSelect()
1502
1504
* @return void
1503
1505
* @since 100.0.4
1504
1506
* @deprecated 100.2.3
1505
- * @see avoid using this function
1507
+ * @see \Magento\CatalogImportExport\Model\Import\Product\MediaGalleryProcessor::initMediaGalleryResources
1506
1508
*/
1507
1509
protected function initMediaGalleryResources ()
1508
1510
{
0 commit comments