igorynia / multiple-inheritance-bundle
This package is abandoned and no longer maintained.
No replacement package was suggested.
This Symfony2 bundle provides inheritance between multiple child bundles and one parent.
Package info
github.com/megogo/MultipleInheritanceBundle
Type:symfony-bundle
pkg:composer/igorynia/multiple-inheritance-bundle
2.4.0
2014-05-29 12:41 UTC
Requires
- php: >=5.3.3
- symfony/framework-bundle: ~2.4
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is not auto-updated.
Last update: 2026-02-09 20:04:11 UTC
README
This bundle aims to provide the missing Symfony 2 functionality, when multiple child bundles inherits from one parent. As an example, here is the task of building sites-satellites, when you have the main site, and sites hosted on subdomains, in which need to be changed some templates and/or part of the logic in the controllers.
Requirements
Installing and configuring
Docs are located in the Resources/doc/ folder.