SYMFONY KnpMenuBundle - Where can I find more insight about "others rendering options"? -


i having @ doc of knpmenubundle symfony,

in part: knpmenu others rendering options; lists bunch of options can used when rendering menu thru twig file this:

{{ knp_menu_render('appbundle:builder:mainmenu', {'depth': 2, 'currentaslink': false}) }} {{ knp_menu_render(menuitem) }} 

i wondering options do, wondering "currentaslink" one. can't find link options have been detailed. have more explanation functionalities?


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -