1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-18 07:52:21 +01:00

Contacts: Updates on interfaces

This commit is contained in:
Thomas Tanghus 2013-03-12 09:25:10 +01:00
parent 3ac86ce032
commit 152386946e
2 changed files with 1 additions and 4 deletions

View File

@ -45,9 +45,6 @@ abstract class PIMCollectionAbstract extends PIMObjectAbstract implements \Itera
/**
* Returns a specific child node, referenced by its id
*
* This method must throw Sabre_DAV_Exception_NotFound if the node does not
* exist.
*
* @param string $id
* @return IPIMObject
*/

View File

@ -143,7 +143,7 @@ abstract class AbstractBackend {
* @param mixed $id
* @return array
*/
public function getContact($addressbookid, $id) {
public function getContact($addressbookid, $id, $omitdata = false) {
}
/**