friendica/src/Object
2021-01-16 04:16:09 +00:00
..
Api API: Support for reshared items 2020-11-01 11:01:57 +00:00
EMail Transform email header string to header array & replace it at various situations. 2020-09-19 20:16:55 +02:00
Notification No more gender 2020-02-16 10:55:18 +00:00
Search Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
Email.php Remove whitespace before ":" of mail headers 2020-09-28 19:22:29 +02:00
Image.php Fix fatal error: Uncaught ImagickException: cache resources exhausted 2020-10-02 20:58:14 +00:00
OEmbed.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
Post.php New post class in the rest of the classes 2021-01-16 04:16:09 +00:00
README.md typo 2019-03-22 22:56:57 -04:00
Thread.php Move ExAuth, FKOAuth1 & FKOAuthDataStore to own namespace Friendica\Security 2020-09-30 11:14:01 +02:00

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).