friendica/src/Object
Philipp Holzer 6350b210a6
Renaming - part 2 :-)
2020-01-27 00:01:17 +01:00
..
EMail Renaming - part 2 :-) 2020-01-27 00:01:17 +01:00
Notification Fix API result, add PHPDoc and cleanup object construction 2020-01-25 21:15:01 +01:00
Search Add PhpDoc / Code Standards 2019-05-20 19:14:39 +02:00
Email.php Renaming - part 2 :-) 2020-01-27 00:01:17 +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).