friendica/src/Object
Hypolite Petovan 03bf1dcbd3 Move Object\Image static methods to Util\Images
- Optimize imports in modified files
2019-11-02 07:48:45 -04:00
..
Search Add PhpDoc / Code Standards 2019-05-20 19:14:39 +02:00
Image.php Move Object\Image static methods to Util\Images 2019-11-02 07:48:45 -04:00
OEmbed.php Ignoring OEmbed array values 2018-12-02 21:36:46 +00:00
Post.php Add docs 2019-10-25 00:10:20 +02:00
README.md typo 2019-03-22 22:56:57 -04:00
Thread.php Move Activity/Namespaces defines to constants 2019-10-24 21:40:12 +02: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).