]> git.mxchange.org Git - friendica.git/commit
Add Session Management instances (including Depenency Injection)
authornupplaPhil <admin@philipp.info>
Mon, 9 Dec 2019 23:44:56 +0000 (00:44 +0100)
committernupplaPhil <admin@philipp.info>
Mon, 9 Dec 2019 23:44:56 +0000 (00:44 +0100)
commit555513e4b48e948bdfd64bba833e0ccf222c0b2b
treecd62efec418d890e1df4b1c42152ad881fd45a25
parent009a8bb939554270a1a2d42bb770baf81e39bd99
Add Session Management instances (including Depenency Injection)
- Prerequesite for mocking Sessions
- Reduce "App" class complexity
12 files changed:
src/App.php
src/App/Authentication.php
src/Core/Session.php
src/Core/Session/CacheSession.php [new file with mode: 0644]
src/Core/Session/CacheSessionHandler.php [deleted file]
src/Core/Session/DatabaseSession.php [new file with mode: 0644]
src/Core/Session/DatabaseSessionHandler.php [deleted file]
src/Core/Session/ISession.php [new file with mode: 0644]
src/Core/Session/MemorySession.php [new file with mode: 0644]
src/Core/Session/NativeSession.php [new file with mode: 0644]
src/Factory/SessionFactory.php [new file with mode: 0644]
static/dependencies.config.php