• Fabien Potencier's avatar
    feature #1345 Allowing callables for mount (ragboyjr) · 46432144
    Fabien Potencier authored
    This PR was merged into the 2.0.x-dev branch.
    
    Discussion
    ----------
    
    Allowing callables for mount
    
    - Added the ability to pass callables into the controller collection
        mount method.
    - Updated documentation to show usage of new callables in mount and
        recursive mounting.
    - Added appropriate tests
    
    This addresses #1262 and #1290
    Signed-off-by: default avatarRJ Garcia <rj@bighead.net>
    
    Commits
    -------
    
    847b7eeb Allowing callables for mount
    46432144
Name
Last commit
Last update
..
Application Loading commit data...
EventListener Loading commit data...
Provider Loading commit data...
Route Loading commit data...
ApplicationTest.php Loading commit data...
CallbackResolverTest.php Loading commit data...
CallbackServicesTest.php Loading commit data...
ControllerCollectionTest.php Loading commit data...
ControllerResolverTest.php Loading commit data...
ControllerTest.php Loading commit data...
ExceptionHandlerTest.php Loading commit data...
FunctionalTest.php Loading commit data...
JsonTest.php Loading commit data...
LazyDispatcherTest.php Loading commit data...
LazyRequestMatcherTest.php Loading commit data...
LocaleTest.php Loading commit data...
MiddlewareTest.php Loading commit data...
RouterTest.php Loading commit data...
ServiceControllerResolverRouterTest.php Loading commit data...
ServiceControllerResolverTest.php Loading commit data...
StreamTest.php Loading commit data...
WebTestCaseTest.php Loading commit data...