We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2682f6 commit 179962bCopy full SHA for 179962b
README.markdown
@@ -385,6 +385,9 @@ position.
385
Various constraints that can be applied to the query builder:
386
387
- __whereIsRoot()__ to get only root nodes;
388
+- __hasParent()__ to get non-root nodes;
389
+- __whereIsLeaf()__ to get only leaves;
390
+- __hasChildren()__ to get non-leave nodes;
391
- __whereIsAfter($id)__ to get every node (not just siblings) that are after a node
392
with specified id;
393
- __whereIsBefore($id)__ to get every node that is before a node with specified id.
0 commit comments