mirror of
https://github.com/friendica/friendica
synced 2025-01-11 03:24:46 +00:00
27969e8ca6
- moved if() block to suggested position by MrPetovan, for me I want to have all conditions checked at the start of the method, e.g. no unwanted null references or (in this case) if the URL is blacklisted - normalized URLs are without SSL, means http://host/path/file.ext so they exist only once for contacts and servers (aka. instances) - documented returned type `void` |
||
---|---|---|
.. | ||
APContact | ||
Contact | ||
Log | ||
Notification | ||
Post | ||
User | ||
APContact.php | ||
Attach.php | ||
Contact.php | ||
Conversation.php | ||
Event.php | ||
FileTag.php | ||
Group.php | ||
GServer.php | ||
Item.php | ||
ItemURI.php | ||
Mail.php | ||
Nodeinfo.php | ||
OpenWebAuthToken.php | ||
Photo.php | ||
Post.php | ||
Profile.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.