friendica/src/Object
Hypolite Petovan 8b3ab4e6bb Refactor builtin_activity_puller() and format_like()
- Simplify output array
- Rename format_like() to format_activity()
- Remove duplicate parameters in format_activity()
2020-11-21 11:08:44 -05: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 Refactor builtin_activity_puller() and format_like() 2020-11-21 11:08:44 -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).