friendica/src/Object
Hypolite Petovan 82e094179c Rename notify classes according the feature name, not the table name 2021-01-24 09:33:23 -05:00
..
Api Rename notify classes according the feature name, not the table name 2021-01-24 09:33:23 -05: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 Add blocking author from an item context feature 2021-01-23 05:30:03 -05: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

README.md

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