File tree 1 file changed +5
-9
lines changed
lib/internal/Magento/Framework/Data 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -23,17 +23,13 @@ class Tree
23
23
*/
24
24
protected $ _nodes ;
25
25
26
- /**
27
- * Enter description here...
28
- *
29
- */
30
26
public function __construct ()
31
27
{
32
28
$ this ->_nodes = new NodeCollection ($ this );
33
29
}
34
30
35
31
/**
36
- * Enter description here.. .
32
+ * Get Tree .
37
33
*
38
34
* @return \Magento\Framework\Data\Tree
39
35
*/
@@ -43,7 +39,7 @@ public function getTree()
43
39
}
44
40
45
41
/**
46
- * Enter description here.. .
42
+ * Load Tree .
47
43
*
48
44
* @param Node $parentNode
49
45
* @return void
@@ -54,7 +50,7 @@ public function load($parentNode = null)
54
50
}
55
51
56
52
/**
57
- * Enter description here.. .
53
+ * Load Node by Node id .
58
54
*
59
55
* @param int|string $nodeId
60
56
* @return void
@@ -177,7 +173,7 @@ public function getChildren($node)
177
173
}
178
174
179
175
/**
180
- * Enter description here.. .
176
+ * Get Nodes .
181
177
*
182
178
* @return NodeCollection
183
179
*/
@@ -187,7 +183,7 @@ public function getNodes()
187
183
}
188
184
189
185
/**
190
- * Enter description here.. .
186
+ * Get Node by id .
191
187
*
192
188
* @param string|int $nodeId
193
189
* @return Node
You can’t perform that action at this time.
0 commit comments