]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Subscription stream functions
authorEvan Prodromou <evan@status.net>
Sat, 11 Dec 2010 15:24:46 +0000 (10:24 -0500)
committerEvan Prodromou <evan@status.net>
Sat, 11 Dec 2010 15:24:46 +0000 (10:24 -0500)
commit7285bbc93b5394a16731e498b62188ea847de38d
tree5eba573385415c15ffbf5fac256059ded7f218c0
parentbaae319aefc8500b9d50d267937aab1022c723e5
Subscription stream functions

Made two new functions, Subscription::bySubscriber() and
Subscription::bySubscribed(), to get streams of Subscription objects.

Converted Profile::getSubscribers() and Profile::getSubscriptions() to
use these functions.
classes/Profile.php
classes/Subscription.php