improving your package #176
hossein-holy
started this conversation in
Ideas
Replies: 1 comment
-
I know from experience he'll always welcome a PR if you want to code that out! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi, your package is very useful and very thank you for this package.
I'm have some Ideas for improving your package. you can add checking functions like
isChildren($id, $depth = null)
orisDescendants($id, $depth = null)
check if givenid
is in children of object. also can define default parameter$depth
if need to search in specific Depth. in the same wayisSiblings($id)
,isParent($id)
,isAncestors($id)
and more.Beta Was this translation helpful? Give feedback.
All reactions