friendica/src/Object
Michael Vogel 8fc96477e7
Use the post-counts table to display content (#13781)
* Use the post-counts table to display content

* Use verb instead of vid

* Use verb

* Update counter on delete
2023-12-31 12:50:07 +01:00
..
Api Remove DI dependency in Object\Api\Mastodon\Instance 2023-11-26 09:48:46 -05:00
EMail Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Log Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Search Convert ContactResult->url parameter to UriInterface 2023-04-20 07:43:17 -04:00
Email.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Image.php Revert interlace stuff 2023-11-28 14:57:11 +00:00
OEmbed.php Handle exception on "head" / missing class variable added 2023-04-11 02:11:39 +00:00
Post.php Use the post-counts table to display content (#13781) 2023-12-31 12:50:07 +01:00
README.md typo 2019-03-22 22:56:57 -04:00
Thread.php More code simplification 2023-09-02 19:32:43 +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).