Refactor Horde_Feed to remove the static HTTP client, and to inject it
authorChuck Hagenbuch <chuck@horde.org>
Wed, 30 Sep 2009 04:14:38 +0000 (00:14 -0400)
committerChuck Hagenbuch <chuck@horde.org>
Wed, 30 Sep 2009 04:14:38 +0000 (00:14 -0400)
commit3bb1906c42bb63f7c8b35b0c402c2b350e4e02d6
treeb1f3771934b1bcbc84f49532252bd41d4dd0d133
parent7fea7de25f11a170af32ededf9d2ff0d27ac2b32
Refactor Horde_Feed to remove the static HTTP client, and to inject it
instead. Also use the method override support in the HTTP client instead of
hardcoding it at the feed level.
framework/Feed/lib/Horde/Feed.php
framework/Feed/lib/Horde/Feed/Atom.php
framework/Feed/lib/Horde/Feed/Base.php
framework/Feed/lib/Horde/Feed/Entry/Atom.php
framework/Feed/lib/Horde/Feed/Entry/Base.php