phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] phpgroupware/ipc_test_suite/sources/api/class.ipc_.i


From: nomail
Subject: [Phpgroupware-cvs] phpgroupware/ipc_test_suite/sources/api/class.ipc_.inc.php, 1.1.2.2
Date: Fri, 14 May 2004 20:39:46 +0200

Update of /phpgroupware/ipc_test_suite/sources/api
Modified Files:
        Branch: Version-0_9_16-branch
          class.ipc_.inc.php

date: 2004/05/14 18:39:46;  author: mkaemmerer;  state: Exp;  lines: +2 -1

Log Message:
- new version from DS
=====================================================================
Index: phpgroupware/ipc_test_suite/sources/api/class.ipc_.inc.php
diff -u phpgroupware/ipc_test_suite/sources/api/class.ipc_.inc.php:1.1.2.1 
phpgroupware/ipc_test_suite/sources/api/class.ipc_.inc.php:1.1.2.2
--- phpgroupware/ipc_test_suite/sources/api/class.ipc_.inc.php:1.1.2.1  Mon Apr 
 5 19:42:01 2004
+++ phpgroupware/ipc_test_suite/sources/api/class.ipc_.inc.php  Fri May 14 
18:39:46 2004
@@ -74,9 +74,10 @@
                * The list contains all the id's of the modified data since the 
passed lastmod timestamp.
                * @abstract
                * @param integer $lastmod last modification time, default is -1 
and means return all data id's
+               * @param string $restriction restrict the result for a special 
use of the id list. The possible restrictions are 'syncable' or 'searchable'. 
When using 'syncable' only person ids will be returned in the result. 
'searchable' returns all ids for both persons and orgs without check the owner. 
Otherwise no restriction will be used and the result contains all ids for both 
persons and orgs from the owner.
                * @return array list of data id's
                */
-               function getIdList($lastmod=-1)
+               function getIdList($lastmod=-1, $restriction='')
                {
                        die('call abstract method: 
'.__class__.'::'.__function__);
                }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]