- added missing type-hints
- added missing documentation
- changed double-quotes to single
- Setters do ALWAYS return void
This commit is contained in:
Roland Häder
2022-09-15 01:23:38 +02:00
parent 3456ae7809
commit 2f1336339f
5 changed files with 104 additions and 77 deletions

View File

@@ -141,6 +141,7 @@ class Item
Activity::FOLLOW,
Activity::ANNOUNCE];
// Privacy levels
const PUBLIC = 0;
const PRIVATE = 1;
const UNLISTED = 2;