]> git.mxchange.org Git - friendica.git/commit
Fix API result, add PHPDoc and cleanup object construction
authornupplaPhil <admin@philipp.info>
Sat, 25 Jan 2020 19:00:58 +0000 (20:00 +0100)
committernupplaPhil <admin@philipp.info>
Sat, 25 Jan 2020 20:15:01 +0000 (21:15 +0100)
commit74f3a2f90c6b92aafdaa7be6dcfb672fa7757586
treee20c3a81aa5222c0454255cb160fd1dad19f4293
parent4c5856da2bc8851c90c62af01a432f71825718fd
Fix API result, add PHPDoc and cleanup object construction
Fix missing getters
fix data array
fix missing "$" for template-variables
Remove lazy-loaded parent notification instance (for now..)
include/api.php
src/Factory/Notification/IntroductionFactory.php
src/Factory/Notification/NotificationFactory.php
src/Model/Notification.php
src/Module/Notifications/Introductions.php
src/Object/Notification/Introduction.php
src/Object/Notification/Notification.php