rss-bridge/lib
Dag ecb486794b
refactor: use static values for cache scope
This fixes a future problem when code is placed under a namespace because `get_class($bridge)` will then return e.g. `RssBridge\Bridge\TwitterBridge` instead of the the current value `TwitterBridge`.

Also a bit refactoring of `Configuration.php`.
2022-08-02 15:03:54 +02:00
..
ActionFactory.php Reformat codebase v4 (#2872) 2022-07-01 15:10:30 +02:00
ActionInterface.php refactor: inject the action params via its execute method (#2907) 2022-07-08 21:06:14 +02:00
Authentication.php feat: introduce template engine (#2899) 2022-07-08 14:17:25 +02:00
BridgeAbstract.php refactor: use static values for cache scope 2022-08-02 15:03:54 +02:00
BridgeCard.php Do not use constants for configuration (#2938) 2022-07-24 19:26:12 +02:00
BridgeFactory.php refactor(BridgeFactory): make methods only accept valid class names (#2897) 2022-07-08 12:54:23 +02:00
BridgeInterface.php Reformat codebase v4 (#2872) 2022-07-01 15:10:30 +02:00
BridgeList.php refactor(BridgeFactory): make methods only accept valid class names (#2897) 2022-07-08 12:54:23 +02:00
CacheFactory.php refactor: move cache logic into the factory (#2884) 2022-07-05 13:20:01 +02:00
CacheInterface.php Reformat codebase v4 (#2872) 2022-07-01 15:10:30 +02:00
Configuration.php refactor: use static values for cache scope 2022-08-02 15:03:54 +02:00
contents.php fix: use default headers in getContents() (#2927) 2022-07-31 04:21:56 +02:00
Debug.php Fix coding style missed by phpbcf (#2901) 2022-07-08 13:00:52 +02:00
error.php feat: improve error handling (#2902) 2022-07-08 20:39:13 +02:00
FeedExpander.php Fix coding style missed by phpbcf (#2901) 2022-07-08 13:00:52 +02:00
FeedItem.php [Gab] feat: add new bridge GabBridge (#2920) 2022-07-31 03:52:27 +02:00
FormatAbstract.php Reformat codebase v4 (#2872) 2022-07-01 15:10:30 +02:00
FormatFactory.php Reformat codebase v4 (#2872) 2022-07-01 15:10:30 +02:00
FormatInterface.php Reformat codebase v4 (#2872) 2022-07-01 15:10:30 +02:00
html.php [Gab] feat: add new bridge GabBridge (#2920) 2022-07-31 03:52:27 +02:00
ParameterValidator.php Reformat codebase v4 (#2872) 2022-07-01 15:10:30 +02:00
php8backports.php Reformat codebase v4 (#2872) 2022-07-01 15:10:30 +02:00
rssbridge.php test: add new test for Configuration (#2915) 2022-07-10 20:05:27 +02:00
XPathAbstract.php Reformat codebase v4 (#2872) 2022-07-01 15:10:30 +02:00