friendica/src/Object
Hypolite Petovan 01e71254d9 Replace defaults() calls on $_SESSION by Core\Session calls
- Replace direct calls to $_SESSION by Core\Session calls in Module\Login
2019-05-26 21:26:59 -04:00
..
Image.php Moving Model call outside Object Namespace 2019-04-05 07:53:54 +02:00
OEmbed.php Ignoring OEmbed array values 2018-12-02 21:36:46 +00:00
Post.php Replace defaults() calls on $_SESSION by Core\Session calls 2019-05-26 21:26:59 -04:00
README.md typo 2019-03-22 22:56:57 -04:00
Thread.php Fix doc blocks and return value type 2019-01-21 11:36:01 -05: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).