Guest User

Untitled

a guest
Apr 19th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. get_categories_children(parent_tag, child_count)
  2. --> *.parent_tag.*{1, child_count}
  3.  
  4. get_categories_children_from_root(parent_tag, child_count)
  5. --> parent_tag.*{1, child_count}
  6.  
  7. get_categories_parents(tag)
  8. --> *{1,}.tag
  9.  
  10. get_categories_path(tag)
  11. --> *.tag.*
  12.  
  13. get_categories_top()
  14. --> *{1}
Add Comment
Please, Sign In to add comment