1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-30 19:52:17 +01:00

Contacts: Remove update from interface

This commit is contained in:
Thomas Tanghus 2013-04-25 12:33:52 +02:00
parent eb86535393
commit 375bcac080

View File

@ -109,16 +109,6 @@ interface IPIMObject {
*/ */
function hasPermission($permission); function hasPermission($permission);
/**
* Save the contact data to backend
* FIXME: This isn't consistent. We need a proper interface
* for creating new instances and saving to storage.
*
* @param array $data
* @return bool
*/
public function update(array $data);
/** /**
* @brief Get the last modification time for the object. * @brief Get the last modification time for the object.
* *