]> git.mxchange.org Git - friendica.git/commit
Add new paradigm classes for notification and introduction notifications
authorHypolite Petovan <hypolite@mrpetovan.com>
Sat, 18 Sep 2021 03:37:41 +0000 (23:37 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sat, 2 Oct 2021 22:15:44 +0000 (18:15 -0400)
commit43e5b317edb17d555bf930cb20dd7d6d5d63c8ab
treeefb3df8761c37a81f247c6ef21293181d89f2433
parent3e6fea30f2f3bc2352b6e16e1d48e204cde3696b
Add new paradigm classes for notification and introduction notifications

- Add support for bounded select in BaseDepository
src/BaseDepository.php
src/Navigation/Notifications/Collection/Notifications.php [new file with mode: 0644]
src/Navigation/Notifications/Depository/Notification.php [new file with mode: 0644]
src/Navigation/Notifications/Entity/Notification.php [new file with mode: 0644]
src/Navigation/Notifications/Exception/UnexpectedNotificationTypeException.php [new file with mode: 0644]
src/Navigation/Notifications/Factory/Introduction.php [new file with mode: 0644]
src/Navigation/Notifications/Factory/Notification.php [new file with mode: 0644]
src/Navigation/Notifications/ValueObject/Introduction.php [new file with mode: 0644]