friendica/src/Object
Philipp Holzer f6aea0d65a
Fix invalid "emailer_prepare" Hook
- Use IEmail instead of array data
- Introduce "composer" based library for phpmailer
2020-01-29 20:20:40 +01:00
..
Api Refactor API notification usage 2020-01-28 21:28:57 +01:00
EMail Renaming - part 2 :-) 2020-01-27 00:01:17 +01:00
Notification fix https://github.com/friendica/friendica/issues/8187 2020-01-28 22:06:59 +01:00
Search Add PhpDoc / Code Standards 2019-05-20 19:14:39 +02:00
Email.php Fix invalid "emailer_prepare" Hook 2020-01-29 20:20:40 +01:00
Image.php Remove unneeded Config namespace usages 2020-01-19 22:50:44 +01:00
OEmbed.php Ignoring OEmbed array values 2018-12-02 21:36:46 +00:00
Post.php Remove unneeded Config namespace usages 2020-01-19 22:50:44 +01:00
README.md typo 2019-03-22 22:56:57 -04:00
Thread.php Remove duplicate profile_uid key in App->profile array 2020-01-20 07:32:46 -05: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).