File tree 2 files changed +0
-22
lines changed
app/code/Magento/CatalogSearch
2 files changed +0
-22
lines changed Original file line number Diff line number Diff line change 26
26
class Form extends Template
27
27
{
28
28
/**
29
- * Currency factory
30
- *
31
29
* @var CurrencyFactory
32
30
*/
33
31
protected $ _currencyFactory ;
34
32
35
33
/**
36
- * Catalog search advanced
37
- *
38
34
* @var Advanced
39
35
*/
40
36
protected $ _catalogSearchAdvanced ;
Original file line number Diff line number Diff line change 51
51
class Advanced extends \Magento \Framework \Model \AbstractModel
52
52
{
53
53
/**
54
- * User friendly search criteria list
55
- *
56
54
* @var array
57
55
*/
58
56
protected $ _searchCriterias = [];
59
57
60
58
/**
61
- * Product collection
62
- *
63
59
* @var ProductCollection
64
60
*/
65
61
protected $ _productCollection ;
66
62
67
63
/**
68
- * Initialize dependencies
69
- *
70
64
* @deprecated 101.0.2
71
65
* @var Config
72
66
*/
73
67
protected $ _catalogConfig ;
74
68
75
69
/**
76
- * Catalog product visibility
77
- *
78
70
* @var Visibility
79
71
*/
80
72
protected $ _catalogProductVisibility ;
81
73
82
74
/**
83
- * Attribute collection factory
84
- *
85
75
* @var AttributeCollectionFactory
86
76
*/
87
77
protected $ _attributeCollectionFactory ;
88
78
89
79
/**
90
- * Store manager
91
- *
92
80
* @var \Magento\Store\Model\StoreManagerInterface
93
81
*/
94
82
protected $ _storeManager ;
95
83
96
84
/**
97
- * Product factory
98
- *
99
85
* @var ProductFactory
100
86
*/
101
87
protected $ _productFactory ;
102
88
103
89
/**
104
- * Currency factory
105
- *
106
90
* @var CurrencyFactory
107
91
*/
108
92
protected $ _currencyFactory ;
109
93
110
94
/**
111
- * Advanced Collection Factory
112
- *
113
95
* @deprecated
114
96
* @see $collectionProvider
115
97
* @var ProductCollectionFactory
You can’t perform that action at this time.
0 commit comments