- 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 |
||
---|---|---|
.. | ||
Api | ||
Log | ||
Search | ||
Email.php | ||
Image.php | ||
OEmbed.php | ||
Post.php | ||
README.md | ||
Thread.php |
Friendica\Object
The namespace Object contains dynamic classes which are not directly interacting with the datastore.
They are used to implement business logic for a particular object (i.e. an Image).