]> git.mxchange.org Git - friendica.git/commit
Split IStorage and ISelectableStorage and make their behaviour homogenous
authorPhilipp <admin@philipp.info>
Sun, 1 Aug 2021 11:06:19 +0000 (13:06 +0200)
committerPhilipp <admin@philipp.info>
Mon, 16 Aug 2021 21:27:41 +0000 (23:27 +0200)
commit5dcdf2322e843ffa2e5ab8bb3c287fc03d92c345
treecccd0ac35f587bd1916ef1a7e5517a528f4106fa
parente205bd450e5b22160600f9c9c1a67c0b8accddd9
Split IStorage and ISelectableStorage and make their behaviour homogenous
src/Model/Storage/AbstractStorage.php [deleted file]
src/Model/Storage/Database.php
src/Model/Storage/ExternalResource.php
src/Model/Storage/Filesystem.php
src/Model/Storage/ISelectableStorage.php [new file with mode: 0644]
src/Model/Storage/IStorage.php
src/Model/Storage/ReferenceStorageException.php [new file with mode: 0644]
src/Model/Storage/StorageException.php
src/Model/Storage/SystemResource.php
src/Util/HTTPSignature.php