Skip to content

Commit 179962b

Browse files
committed
Update
1 parent c2682f6 commit 179962b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,9 @@ position.
385385
Various constraints that can be applied to the query builder:
386386

387387
- __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;
388391
- __whereIsAfter($id)__ to get every node (not just siblings) that are after a node
389392
with specified id;
390393
- __whereIsBefore($id)__ to get every node that is before a node with specified id.

0 commit comments

Comments
 (0)