]> git.mxchange.org Git - friendica.git/commit
Refactor API notification usage
authornupplaPhil <admin@philipp.info>
Tue, 28 Jan 2020 20:28:57 +0000 (21:28 +0100)
committernupplaPhil <admin@philipp.info>
Tue, 28 Jan 2020 20:28:57 +0000 (21:28 +0100)
commit582f6bd4a35a864d9425b7c912121346deebdc4b
tree5f1143ada0632728454da0ab572a1784e088606d
parent4a3544582c570d43f7d274ddbae7ea835176cbd9
Refactor API notification usage
- Remove "mapFields()" from BaseModel
- Add new Notification API entity (including collection)
- Add new NotificationFactory method "getApiList()"
include/api.php
src/BaseCollection.php
src/BaseEntity.php
src/BaseModel.php
src/Collection/Api/Notifications.php [new file with mode: 0644]
src/DI.php
src/Factory/Notification/Notification.php
src/Model/Notify.php
src/Object/Api/Friendica/Notification.php [new file with mode: 0644]