Releases
v2.1
Ronef
released this
05 May 08:15
+ Snippet: All templates has the following placeholders:
+ [+totalAllChildren+]
— total number of displayed children at all levels.
+ [+totalThisLevelChildren+]
— total number of displayed immediate children.
+ [+level+]
— item level in menu.
* \ddMenuBuilder
+ \ddMenuBuilder::generate
:
+ Return the following 2 counters:
+ $result['totalAll']
— total number of items displayed at all levels.
+ $result['totalThisLevel']
— total number of items displayed at this level.
+ Added the parameter $params->level
for internal use only.
* Returns stdClass
instead of arrayAssociative
.
* \ddMenuBuilder::prepareProviderParams
:
+ The $params->providerParams
parameter can be set as stdClass
too.
* Returns stdClass
instead of arrayAssociative
.
* \ddMenuBuilder::$templates
: Now it's stdClass
.
+ Composer.json.
+ CHANGELOG: Small improvements.
+ README:
+ Requires.
+ Documentation → Installation.
You can’t perform that action at this time.