friendica/src/Object
2024-12-07 09:01:04 +00:00
..
Api Fix errors in Object namespace 2024-12-06 21:55:04 +00:00
EMail REUSE src directory 2024-08-24 15:27:00 +02:00
Log Fix errors in Object namespace 2024-12-06 21:55:04 +00:00
Search REUSE src directory 2024-08-24 15:27:00 +02:00
Email.php REUSE src directory 2024-08-24 15:27:00 +02:00
Image.php GdImage is not available on PHP 7.4 2024-12-07 09:01:04 +00:00
OEmbed.php REUSE src directory 2024-08-24 15:27:00 +02:00
Post.php Remove unused calls of DI::app() 2024-11-21 10:12:27 +00:00
README.md
Thread.php Rename DI::apphelper() to DI::appHeler() 2024-11-17 20:00:34 +00: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).