]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
pkeyGet is now static and more similar to getKV
authorMikael Nordfeldth <mmn@hethane.se>
Sun, 18 Aug 2013 13:42:51 +0000 (15:42 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Sun, 18 Aug 2013 13:42:51 +0000 (15:42 +0200)
commit861e838adda95bb3b6144ce52468459ca9cb191c
treeb55fc1d3027396351009a5409356efdaf18cc202
parent1710a619a8e6729ca3e4d3465cdb2f98353627fb
pkeyGet is now static and more similar to getKV

Memcached_DataObject now defines
   * pkeyGetClass to avoid collision with Managed_DataObject pkeyGet
   * getClassKV to avoid collision with Managed_DataObject getKV
40 files changed:
classes/Avatar.php
classes/Config.php
classes/Fave.php
classes/File_to_post.php
classes/Group_block.php
classes/Group_inbox.php
classes/Group_join_queue.php
classes/Group_member.php
classes/Managed_DataObject.php
classes/Memcached_DataObject.php
classes/Notice_inbox.php
classes/Notice_tag.php
classes/Profile.php
classes/Profile_block.php
classes/Profile_list.php
classes/Profile_role.php
classes/Profile_tag.php
classes/Profile_tag_subscription.php
classes/Reply.php
classes/Status_network_tag.php
classes/Subscription.php
classes/Subscription_queue.php
classes/User_im_prefs.php
plugins/AnonymousFave/Fave_tally.php
plugins/Event/RSVP.php
plugins/ExtendedProfile/classes/Profile_detail.php
plugins/ModLog/ModLog.php
plugins/OpenID/User_openid_trustroot.php
plugins/Poll/Poll.php
plugins/Poll/Poll_response.php
plugins/QnA/classes/QnA_Answer.php
plugins/QnA/classes/QnA_Question.php
plugins/QnA/classes/QnA_Vote.php
plugins/Realtime/Realtime_channel.php
plugins/SearchSub/SearchSub.php
plugins/SubMirror/classes/SubMirror.php
plugins/TagSub/TagSub.php
plugins/TwitterBridge/Twitter_synch_status.php
plugins/UserFlag/User_flag_profile.php
plugins/YammerImport/classes/Yammer_common.php