friendica/src/Navigation/Notifications
Roland Häder da66730e4f
Rewrite:
- moved constants GRAVITY_* from boot.php to Friendica\Model\Item
- also rewrote some array initialization:

From:
````
<?php
$arr = [];
$arr['foo'] = "FOO";
````

To:
````
<?php
$arr['foo'] = "FOO";
````
- added a few type-hints
2022-10-15 00:44:06 +02:00
..
Collection Switch data source from notify to notification in Module\Notifications\Ping 2022-03-14 07:58:38 -04:00
Entity Replace Javascript notification string formatting with Smarty templates 2022-03-14 07:56:58 -04:00
Exception Add exception when message is empty in FormatteNavNotification::createFromNotification 2022-03-14 22:56:44 -04:00
Factory Rewrite: 2022-10-15 00:44:06 +02:00
Repository Avoid some database errors 2022-08-25 04:57:41 +00:00
ValueObject Add exception when message is empty in FormatteNavNotification::createFromNotification 2022-03-14 22:56:44 -04:00