You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a system where proxies are stored in several different locations. The proxy autoloader system provides a perfectly reasonable way of dealing with this, but AbstractProxy::getProxyDefintion gets in the way: its behavior is based on the proxy autogenerate mode, and all the modes that deal with files require a specific file. In other words, I want to configure for AUTOGENERATE_NEVER, but also just leave loading the proxy up to the autoloader.
An additional autogenerate mode that's just a no-op would accomplish this very simply.
The text was updated successfully, but these errors were encountered:
This was possible but undocumented before #816 (by choosing any value not accounted for by the switch), and worked quite well. I may just have to stick to those versions where it continues to be possible then.
I have a system where proxies are stored in several different locations. The proxy autoloader system provides a perfectly reasonable way of dealing with this, but AbstractProxy::getProxyDefintion gets in the way: its behavior is based on the proxy autogenerate mode, and all the modes that deal with files
require
a specific file. In other words, I want to configure for AUTOGENERATE_NEVER, but also just leave loading the proxy up to the autoloader.An additional autogenerate mode that's just a no-op would accomplish this very simply.
The text was updated successfully, but these errors were encountered: