Hi
If you define an alias it is currently not possible to use proxies.
Eg.
Container::getInstance()->get('\Namespace\SomeClassAlias', true) will always create an new instance of the class pointed to by SomeClassAlias.
Getting a proxy instead would be a nice improvement imo..
Hi
If you define an alias it is currently not possible to use proxies.
Eg.
Container::getInstance()->get('\Namespace\SomeClassAlias', true) will always create an new instance of the class pointed to by SomeClassAlias.
Getting a proxy instead would be a nice improvement imo..