friendica/src/Object
Hypolite Petovan 59b5d080d5
Merge pull request #12558 from MarekBenjamin/fix-disorted-portraits
Fixed width and height not updated when image rotation is done by EXIF based orient method
2022-12-28 17:30:47 -05:00
..
Api Make tag 'Names' Field have case-sensitive version 2022-12-28 17:01:06 -05:00
EMail Ensure IEMail::getMessage returns a string 2022-11-19 19:15:47 -05:00
Log Add missing copyright text 2022-01-02 10:49:50 +01:00
Search Changes: 2022-06-19 14:00:31 +02:00
Email.php Add \ReturnTypeWillChange attribute to methods inherited from native interfaces 2022-11-25 08:13:05 -05:00
Image.php Update src/Object/Image.php 2022-12-28 23:19:53 +01:00
OEmbed.php Update copyright 2022-01-02 08:27:47 +01:00
Post.php Fix fatal errors because of unknown function/variable names 2022-11-28 21:22:21 +00:00
README.md typo 2019-03-22 22:56:57 -04:00
Thread.php UserSession class [3] - Refactor src/ files excluding Module/Model 2022-10-21 19:35:32 +02: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).