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:
parent
3ac86ce032
commit
152386946e
@ -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
|
||||
*/
|
||||
|
@ -143,7 +143,7 @@ abstract class AbstractBackend {
|
||||
* @param mixed $id
|
||||
* @return array
|
||||
*/
|
||||
public function getContact($addressbookid, $id) {
|
||||
public function getContact($addressbookid, $id, $omitdata = false) {
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user