Download the PHP package wucdbm/menu-builder-client-bundle without Composer
On this page you can find all versions of the php package wucdbm/menu-builder-client-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package menu-builder-client-bundle
menu-builder-client-bundle
A client for the Menu Builder Bundle
- UX: We know the route chosen, so we know the controller and the action. Then, we could inspect the action for parameter types. This poses the threat of "Object not found" Exceptions when an entity does not exist, so we have to also read the docblock with the new symfony reader and determine the type. If it is an entity, read entities and return a list. This could potentially lead to shittons of entities fetched, so when fetching the entities, if the repository provided implements SomeRandomMenuBuilderInterface which has one method: getMenuBuilderQueryBuilder, return that, otherwise $repository->createQueryBuilder(); Also, use __toString()
All versions of menu-builder-client-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
~5.5|~7.0
wucdbm/wucdbm-bundle Version ~3.1
wucdbm/menu-builder-bundle Version ~3.0
symfony/symfony Version ~3.0
wucdbm/wucdbm-bundle Version ~3.1
wucdbm/menu-builder-bundle Version ~3.0
symfony/symfony Version ~3.0
The package wucdbm/menu-builder-client-bundle contains the following files
Loading the files please wait ....