joomla-framework / http

Joomla Framework Http Package
GNU General Public License v2.0
17 stars 21 forks source link

Support for custom classes in the Factory #19

Closed mbabker closed 8 years ago

mbabker commented 9 years ago

The Factory should be able to support custom implementations as well as the base classes as part of this package. Our social API packages which subclass Joomla\Http\Http are unable to use the factory to build an instance of this because of the hardcoded dependencies.