15
15
* Magento Library
16
16
*
17
17
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
18
+ *
19
+ * @deprecated Not used anymore.
18
20
*/
19
21
class Tree
20
22
{
@@ -77,6 +79,8 @@ class Tree
77
79
* @throws LocalizedException
78
80
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
79
81
* @SuppressWarnings(PHPMD.NPathComplexity)
82
+ *
83
+ * @deprecated Not used anymore.
80
84
*/
81
85
public function __construct ($ config = [])
82
86
{
@@ -149,6 +153,8 @@ public function __construct($config = [])
149
153
*
150
154
* @param string $name
151
155
* @return $this
156
+ *
157
+ * @deprecated Not used anymore.
152
158
*/
153
159
public function setIdField ($ name )
154
160
{
@@ -161,6 +167,8 @@ public function setIdField($name)
161
167
*
162
168
* @param string $name
163
169
* @return $this
170
+ *
171
+ * @deprecated Not used anymore.
164
172
*/
165
173
public function setLeftField ($ name )
166
174
{
@@ -173,6 +181,8 @@ public function setLeftField($name)
173
181
*
174
182
* @param string $name
175
183
* @return $this
184
+ *
185
+ * @deprecated Not used anymore.
176
186
*/
177
187
public function setRightField ($ name )
178
188
{
@@ -185,6 +195,8 @@ public function setRightField($name)
185
195
*
186
196
* @param string $name
187
197
* @return $this
198
+ *
199
+ * @deprecated Not used anymore.
188
200
*/
189
201
public function setLevelField ($ name )
190
202
{
@@ -197,6 +209,8 @@ public function setLevelField($name)
197
209
*
198
210
* @param string $name
199
211
* @return $this
212
+ *
213
+ * @deprecated Not used anymore.
200
214
*/
201
215
public function setPidField ($ name )
202
216
{
@@ -209,6 +223,8 @@ public function setPidField($name)
209
223
*
210
224
* @param string $name
211
225
* @return $this
226
+ *
227
+ * @deprecated Not used anymore.
212
228
*/
213
229
public function setTable ($ name )
214
230
{
@@ -218,6 +234,8 @@ public function setTable($name)
218
234
219
235
/**
220
236
* @return array
237
+ *
238
+ * @deprecated Not used anymore.
221
239
*/
222
240
public function getKeys ()
223
241
{
@@ -235,6 +253,8 @@ public function getKeys()
235
253
*
236
254
* @param array $data
237
255
* @return string
256
+ *
257
+ * @deprecated Not used anymore.
238
258
*/
239
259
public function clear ($ data = [])
240
260
{
@@ -260,6 +280,8 @@ public function clear($data = [])
260
280
*
261
281
* @param string|int $nodeId
262
282
* @return array
283
+ *
284
+ * @deprecated Not used anymore.
263
285
*/
264
286
public function getNodeInfo ($ nodeId )
265
287
{
@@ -279,6 +301,8 @@ public function getNodeInfo($nodeId)
279
301
* @param array $data
280
302
* @return false|string
281
303
* @SuppressWarnings(PHPMD.ExitExpression)
304
+ *
305
+ * @deprecated Not used anymore.
282
306
*/
283
307
public function appendChild ($ nodeId , $ data )
284
308
{
@@ -345,6 +369,8 @@ public function appendChild($nodeId, $data)
345
369
346
370
/**
347
371
* @return array
372
+ *
373
+ * @deprecated Not used anymore.
348
374
*/
349
375
public function checkNodes ()
350
376
{
@@ -375,6 +401,8 @@ public function checkNodes()
375
401
/**
376
402
* @param string|int $nodeId
377
403
* @return bool|Node|void
404
+ *
405
+ * @deprecated Not used anymore.
378
406
*/
379
407
public function removeNode ($ nodeId )
380
408
{
@@ -450,6 +478,8 @@ public function removeNode($nodeId)
450
478
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
451
479
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
452
480
* @SuppressWarnings(PHPMD.ExitExpression)
481
+ *
482
+ * @deprecated Not used anymore.
453
483
*/
454
484
public function moveNode ($ eId , $ pId , $ aId = 0 )
455
485
{
@@ -785,6 +815,8 @@ public function moveNode($eId, $pId, $aId = 0)
785
815
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
786
816
* @SuppressWarnings(PHPMD.UnusedLocalVariable)
787
817
* @SuppressWarnings(PHPMD.ExitExpression)
818
+ *
819
+ * @deprecated Not used anymore.
788
820
*/
789
821
public function moveNodes ($ eId , $ pId , $ aId = 0 )
790
822
{
@@ -983,6 +1015,8 @@ public function moveNodes($eId, $pId, $aId = 0)
983
1015
* @param string $joinCondition
984
1016
* @param string $fields
985
1017
* @return void
1018
+ *
1019
+ * @deprecated Not used anymore.
986
1020
*/
987
1021
public function addTable ($ tableName , $ joinCondition , $ fields = '* ' )
988
1022
{
@@ -992,6 +1026,8 @@ public function addTable($tableName, $joinCondition, $fields = '*')
992
1026
/**
993
1027
* @param Select $select
994
1028
* @return void
1029
+ *
1030
+ * @deprecated Not used anymore.
995
1031
*/
996
1032
protected function _addExtTablesToSelect (Select &$ select )
997
1033
{
@@ -1006,6 +1042,8 @@ protected function _addExtTablesToSelect(Select &$select)
1006
1042
* @param int $endLevel
1007
1043
* @return NodeSet
1008
1044
* @SuppressWarnings(PHPMD.ExitExpression)
1045
+ *
1046
+ * @deprecated Not used anymore.
1009
1047
*/
1010
1048
public function getChildren ($ nodeId , $ startLevel = 0 , $ endLevel = 0 )
1011
1049
{
@@ -1051,6 +1089,8 @@ public function getChildren($nodeId, $startLevel = 0, $endLevel = 0)
1051
1089
/**
1052
1090
* @param string|int $nodeId
1053
1091
* @return Node
1092
+ *
1093
+ * @deprecated Not used anymore.
1054
1094
*/
1055
1095
public function getNode ($ nodeId )
1056
1096
{
0 commit comments