You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Tree/Entity/Repository/AbstractTreeRepository.php
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -223,9 +223,9 @@ abstract public function getNodesHierarchyQuery($node = null, $direct = false, a
223
223
* @param string|string[] $direction Sort order ('asc'|'desc'|'ASC'|'DESC'). If $sortByField is an array, this may also be an array with matching number of elements
224
224
* @param bool $includeNode Include the root node in results?
@@ -238,9 +238,9 @@ abstract public function getChildrenQueryBuilder($node = null, $direct = false,
238
238
* @param string|string[] $direction Sort order ('asc'|'desc'|'ASC'|'DESC'). If $sortByField is an array, this may also be an array with matching number of elements
239
239
* @param bool $includeNode Include the root node in results?
Copy file name to clipboardExpand all lines: src/Tree/Entity/Repository/ClosureTreeRepository.php
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -116,9 +116,9 @@ public function getPath($node)
116
116
* @param string|string[] $direction Sort order ('asc'|'desc'|'ASC'|'DESC'). If $sortByField is an array, this may also be an array with matching number of elements
117
117
* @param bool $includeNode Include the root node in results?
@@ -193,9 +193,9 @@ public function childrenQueryBuilder($node = null, $direct = false, $sortByField
193
193
* @param string|string[] $direction Sort order ('asc'|'desc'|'ASC'|'DESC'). If $sortByField is an array, this may also be an array with matching number of elements
194
194
* @param bool $includeNode Include the root node in results?
@@ -209,9 +209,9 @@ public function childrenQuery($node = null, $direct = false, $sortByField = null
209
209
* @param string|string[] $direction Sort order ('asc'|'desc'|'ASC'|'DESC'). If $sortByField is an array, this may also be an array with matching number of elements
210
210
* @param bool $includeNode Include the root node in results?
211
211
*
212
-
* @return array<int, object|null> List of children or null on failure
Copy file name to clipboardExpand all lines: src/Tree/Entity/Repository/NestedTreeRepository.php
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -233,9 +233,9 @@ public function getPathAsString(object $node, array $options = []): string
233
233
* @param string|string[] $direction Sort order ('asc'|'desc'|'ASC'|'DESC'). If $sortByField is an array, this may also be an array with matching number of elements
234
234
* @param bool $includeNode Include the root node in results?
@@ -309,9 +309,9 @@ public function childrenQueryBuilder($node = null, $direct = false, $sortByField
309
309
* @param string|string[] $direction Sort order ('asc'|'desc'|'ASC'|'DESC'). If $sortByField is an array, this may also be an array with matching number of elements
310
310
* @param bool $includeNode Include the root node in results?
@@ -325,9 +325,9 @@ public function childrenQuery($node = null, $direct = false, $sortByField = null
325
325
* @param string|string[] $direction Sort order ('asc'|'desc'|'ASC'|'DESC'). If $sortByField is an array, this may also be an array with matching number of elements
326
326
* @param bool $includeNode Flag indicating whether the given node should be included in the results
0 commit comments