Hypolite Petovan
49d12b5fae
- Use Contact::getProbeDataFromDatabase and Contact::magicLinkByContact instead of Contact::getIdForURL and Contact::magicLinkbyId in Contact::magicLink - Add default value for $cid parameter in Contact::getProbeDataFromDatabase |
||
---|---|---|
.. | ||
Storage | ||
APContact.php | ||
Attach.php | ||
Contact.php | ||
Conversation.php | ||
Event.php | ||
FileTag.php | ||
GContact.php | ||
Group.php | ||
Item.php | ||
ItemContent.php | ||
ItemDeliveryData.php | ||
ItemURI.php | ||
Mail.php | ||
OpenWebAuthToken.php | ||
PermissionSet.php | ||
Photo.php | ||
Process.php | ||
Profile.php | ||
PushSubscriber.php | ||
README.md | ||
Register.php | ||
Term.php | ||
User.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.