friendica/src/Object
Philipp Holzer 9e9429b56d
Move PConfig::get() to DI::pConfig()->get()
2020-01-18 16:50:57 +01:00
..
Search Add PhpDoc / Code Standards 2019-05-20 19:14:39 +02:00
Image.php Refactor dynamic App::getProfiler() to static DI::profiler() 2019-12-29 20:17:42 +01:00
OEmbed.php Ignoring OEmbed array values 2018-12-02 21:36:46 +00:00
Post.php Move PConfig::get() to DI::pConfig()->get() 2020-01-18 16:50:57 +01:00
README.md typo 2019-03-22 22:56:57 -04:00
Thread.php Replace BaseObject class with DI::* calls 2019-12-29 20:17:38 +01: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).