From d8fe7e011513855d9bd0178638bfebd70145b8a5 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 25 Jan 2013 05:00:18 -0800 Subject: more api functions to help pull business logic out of controller code, in this case the often used functions to fetch all contacts or fetch the self contact --- include/Contact.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'include/Contact.php') diff --git a/include/Contact.php b/include/Contact.php index a2303803c..972911c0f 100644 --- a/include/Contact.php +++ b/include/Contact.php @@ -1,6 +1,24 @@