]> git.mxchange.org Git - friendica.git/commit
Replace BaseEntity with BaseDataTransferObject class for API representation classes
authorHypolite Petovan <hypolite@mrpetovan.com>
Sun, 17 Jan 2021 21:04:00 +0000 (16:04 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sat, 23 Jan 2021 10:42:58 +0000 (05:42 -0500)
commit0fc5f26ff7c0301da42bfc360b1ad70359184e5c
treec430eb3225e81bcdb4cec8782ec1bef7a57debe3
parent3e257d42660136efff37adc6ef8e4c68eb5cc4c5
Replace BaseEntity with BaseDataTransferObject class for API representation classes
19 files changed:
src/BaseDataTransferObject.php [new file with mode: 0644]
src/BaseEntity.php [deleted file]
src/BaseModel.php
src/Object/Api/Friendica/Notification.php
src/Object/Api/Mastodon/Account.php
src/Object/Api/Mastodon/Activity.php
src/Object/Api/Mastodon/Application.php
src/Object/Api/Mastodon/Attachment.php
src/Object/Api/Mastodon/Card.php
src/Object/Api/Mastodon/Emoji.php
src/Object/Api/Mastodon/Error.php
src/Object/Api/Mastodon/Field.php
src/Object/Api/Mastodon/Instance.php
src/Object/Api/Mastodon/Mention.php
src/Object/Api/Mastodon/Relationship.php
src/Object/Api/Mastodon/Stats.php
src/Object/Api/Mastodon/Status.php
src/Object/Api/Mastodon/Tag.php
src/Object/Api/Twitter/User.php