friendica/src/Object
2020-01-19 21:21:13 +01:00
..
Search
Image.php Move Config::get() to DI::config()->get() 2020-01-19 21:21:13 +01:00
OEmbed.php
Post.php Move Config::get() to DI::config()->get() 2020-01-19 21:21:13 +01:00
README.md
Thread.php Replace BaseObject class with DI::* calls 2019-12-29 20:17:38 +01: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).