mirror of
https://github.com/friendica/friendica
synced 2024-12-26 14:40:16 +00:00
7f695197aa
- Fix headers hierarchy - Improve accessibility: - set mouse pointer - make rows focusable - open on key press - add tooltip with "title" - add role and aria attributes - Rename `ParsedLog` to `ParsedLogLine` - Add docs to `ReversedFileReader`'s implementation of `Iterator`'s methods - Add docs to `ParsedLogIterator`'s implementation of `Iterator`'s methods - Remove unnecessary comment - Add more test for parsing log lines and fix some edge cases - Fix function name in snake-case to camelCase - Remove `DIRECTORY_SEPARATOR` |
||
---|---|---|
.. | ||
Config | ||
Contact | ||
Log | ||
Notification | ||
Post | ||
Storage | ||
User | ||
APContact.php | ||
Attach.php | ||
Contact.php | ||
Conversation.php | ||
Event.php | ||
FContact.php | ||
FileTag.php | ||
FSuggest.php | ||
Group.php | ||
GServer.php | ||
Host.php | ||
Introduction.php | ||
Item.php | ||
ItemURI.php | ||
Mail.php | ||
Nodeinfo.php | ||
Notification.php | ||
OpenWebAuthToken.php | ||
PermissionSet.php | ||
Photo.php | ||
Post.php | ||
Process.php | ||
Profile.php | ||
ProfileField.php | ||
PushSubscriber.php | ||
README.md | ||
Register.php | ||
Search.php | ||
Subscription.php | ||
Tag.php | ||
User.php | ||
Verb.php |
Friendica\Model
Models are the glue between the business logic of the app and the datastore(s).
In the namespace Model should only be static classes that interact with the DB with the same name as a database table.