Skip to content

PSR-11: Container interface #102

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
bulton-fr opened this issue Mar 25, 2020 · 0 comments
Open

PSR-11: Container interface #102

bulton-fr opened this issue Mar 25, 2020 · 0 comments

Comments

@bulton-fr
Copy link
Member

https://www.php-fig.org/psr/psr-11/

Use that to have a system which can be in the idea of symfony services. But all system added to the container are not auto instancied and not auto-added.
For all system, it's the module which instancied the system/service and add it to the container.

Also, all property currently acceded by Application::__get() will be moved to the container, and Application::__get() will call Container::get().

@bulton-fr bulton-fr added this to the v3.0.0-RC13 milestone Mar 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant