• RJ Garcia's avatar
    Allowing callables for mount · 847b7eeb
    RJ Garcia authored
    - Added the ability to pass callables into the controller collection
        mount method.
    - Added a controllersFactory parameter into the controller collection
        which is a callable that is used to create a new controller for the
        mount method.
    - Updated documentation to show usage of new callables in mount and
        recursive mounting.
    - Added appropriate tests
    Signed-off-by: default avatarRJ Garcia <rj@bighead.net>
    847b7eeb
Name
Last commit
Last update
bin Loading commit data...
doc Loading commit data...
src/Silex Loading commit data...
tests/Silex/Tests Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
LICENSE Loading commit data...
README.rst Loading commit data...
composer.json Loading commit data...
phpunit.xml.dist Loading commit data...