File tree Expand file tree Collapse file tree 5 files changed +53
-5
lines changed
Model/ResourceModel/Catalog Expand file tree Collapse file tree 5 files changed +53
-5
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,9 @@ public function createDataObject(array $arguments = []): DataObject
91
91
return $ obj ;
92
92
}
93
93
94
+ /**
95
+ * @return UrlKeyCollection<DataObject>
96
+ */
94
97
public function setItems (array $ items = null )
95
98
{
96
99
throw new LocalizedException (__ ('Not implemented: setItems! ' ));
@@ -101,6 +104,9 @@ public function getAggregations()
101
104
throw new LocalizedException (__ ('Not implemented: getAggregations! ' ));
102
105
}
103
106
107
+ /**
108
+ * @return UrlKeyCollection<DataObject>
109
+ */
104
110
public function setAggregations ($ aggregations )
105
111
{
106
112
throw new LocalizedException (__ ('Not implemented: setAggregations! ' ));
@@ -111,6 +117,9 @@ public function getSearchCriteria()
111
117
throw new LocalizedException (__ ('Not implemented: getSearchCriteria! ' ));
112
118
}
113
119
120
+ /**
121
+ * @return UrlKeyCollection<DataObject>
122
+ */
114
123
public function setSearchCriteria (SearchCriteriaInterface $ searchCriteria )
115
124
{
116
125
throw new LocalizedException (__ ('Not implemented: setSearchCriteria! ' ));
@@ -121,6 +130,9 @@ public function getTotalCount()
121
130
return $ this ->getSize ();
122
131
}
123
132
133
+ /**
134
+ * @return UrlKeyCollection<DataObject>
135
+ */
124
136
public function setTotalCount ($ totalCount )
125
137
{
126
138
throw new LocalizedException (__ ('Not implemented: setTotalCount! ' ));
Original file line number Diff line number Diff line change @@ -91,6 +91,9 @@ public function createDataObject(array $arguments = []): DataObject
91
91
return $ obj ;
92
92
}
93
93
94
+ /**
95
+ * @return UrlPathCollection<DataObject>
96
+ */
94
97
public function setItems (array $ items = null )
95
98
{
96
99
throw new LocalizedException (__ ('Not implemented: setItems! ' ));
@@ -101,6 +104,9 @@ public function getAggregations()
101
104
throw new LocalizedException (__ ('Not implemented: getAggregations! ' ));
102
105
}
103
106
107
+ /**
108
+ * @return UrlPathCollection<DataObject>
109
+ */
104
110
public function setAggregations ($ aggregations )
105
111
{
106
112
throw new LocalizedException (__ ('Not implemented: setAggregations! ' ));
@@ -111,6 +117,9 @@ public function getSearchCriteria()
111
117
throw new LocalizedException (__ ('Not implemented: getSearchCriteria! ' ));
112
118
}
113
119
120
+ /**
121
+ * @return UrlPathCollection<DataObject>
122
+ */
114
123
public function setSearchCriteria (SearchCriteriaInterface $ searchCriteria )
115
124
{
116
125
throw new LocalizedException (__ ('Not implemented: setSearchCriteria! ' ));
@@ -121,6 +130,9 @@ public function getTotalCount()
121
130
return $ this ->getSize ();
122
131
}
123
132
133
+ /**
134
+ * @return UrlPathCollection<DataObject>
135
+ */
124
136
public function setTotalCount ($ totalCount )
125
137
{
126
138
throw new LocalizedException (__ ('Not implemented: setTotalCount! ' ));
Original file line number Diff line number Diff line change @@ -91,6 +91,9 @@ public function createDataObject(array $arguments = []): DataObject
91
91
return $ obj ;
92
92
}
93
93
94
+ /**
95
+ * @return UrlKeyCollection<DataObject>
96
+ */
94
97
public function setItems (array $ items = null )
95
98
{
96
99
throw new LocalizedException (__ ('Not implemented: setItems! ' ));
@@ -101,6 +104,9 @@ public function getAggregations()
101
104
throw new LocalizedException (__ ('Not implemented: getAggregations! ' ));
102
105
}
103
106
107
+ /**
108
+ * @return UrlKeyCollection<DataObject>
109
+ */
104
110
public function setAggregations ($ aggregations )
105
111
{
106
112
throw new LocalizedException (__ ('Not implemented: setAggregations! ' ));
@@ -111,6 +117,9 @@ public function getSearchCriteria()
111
117
throw new LocalizedException (__ ('Not implemented: getSearchCriteria! ' ));
112
118
}
113
119
120
+ /**
121
+ * @return UrlKeyCollection<DataObject>
122
+ */
114
123
public function setSearchCriteria (SearchCriteriaInterface $ searchCriteria )
115
124
{
116
125
throw new LocalizedException (__ ('Not implemented: setSearchCriteria! ' ));
@@ -121,6 +130,9 @@ public function getTotalCount()
121
130
return $ this ->getSize ();
122
131
}
123
132
133
+ /**
134
+ * @return UrlKeyCollection<DataObject>
135
+ */
124
136
public function setTotalCount ($ totalCount )
125
137
{
126
138
throw new LocalizedException (__ ('Not implemented: setTotalCount! ' ));
Original file line number Diff line number Diff line change @@ -91,6 +91,9 @@ public function createDataObject(array $arguments = []): DataObject
91
91
return $ obj ;
92
92
}
93
93
94
+ /**
95
+ * @return UrlPathCollection<DataObject>
96
+ */
94
97
public function setItems (array $ items = null )
95
98
{
96
99
throw new LocalizedException (__ ('Not implemented: setItems! ' ));
@@ -101,6 +104,9 @@ public function getAggregations()
101
104
throw new LocalizedException (__ ('Not implemented: getAggregations! ' ));
102
105
}
103
106
107
+ /**
108
+ * @return UrlPathCollection<DataObject>
109
+ */
104
110
public function setAggregations ($ aggregations )
105
111
{
106
112
throw new LocalizedException (__ ('Not implemented: setAggregations! ' ));
@@ -111,6 +117,9 @@ public function getSearchCriteria()
111
117
throw new LocalizedException (__ ('Not implemented: getSearchCriteria! ' ));
112
118
}
113
119
120
+ /**
121
+ * @return UrlPathCollection<DataObject>
122
+ */
114
123
public function setSearchCriteria (SearchCriteriaInterface $ searchCriteria )
115
124
{
116
125
throw new LocalizedException (__ ('Not implemented: setSearchCriteria! ' ));
@@ -121,6 +130,9 @@ public function getTotalCount()
121
130
return $ this ->getSize ();
122
131
}
123
132
133
+ /**
134
+ * @return UrlPathCollection<DataObject>
135
+ */
124
136
public function setTotalCount ($ totalCount )
125
137
{
126
138
throw new LocalizedException (__ ('Not implemented: setTotalCount! ' ));
You can’t perform that action at this time.
0 commit comments