'The current synctoken', * 'added' => [ * 'new.txt', * ], * 'modified' => [ * 'modified.txt', * ], * 'deleted' => [ * 'foo.php.bak', * 'old.txt' * ] * ]; * * The returned syncToken property should reflect the *current* syncToken * of the calendar, as reported in the {http://sabredav.org/ns}sync-token * property. This is needed here too, to ensure the operation is atomic. * * If the $syncToken argument is specified as null, this is an initial * sync, and all members should be reported. * * The modified property is an array of nodenames that have changed since * the last token. * * The deleted property is an array with nodenames, that have been deleted * from collection. * * The $syncLevel argument is basically the 'depth' of the report. If it's * 1, you only have to report changes that happened only directly in * immediate descendants. If it's 2, it should also include changes from * the nodes below the child collections. (grandchildren) * * The $limit argument allows a client to specify how many results should * be returned at most. If the limit is not specified, it should be treated * as infinite. * * If the limit (infinite or not) is higher than you're willing to return, * you should throw a Sabre\DAV\Exception\TooMuchMatches() exception. * * If the syncToken is expired (due to data cleanup) or unknown, you must * return null. * * The limit is 'suggestive'. You are free to ignore it. * * @param string $addressBookId * @param string $syncToken * @param int $syncLevel * @param int $limit * * @return array */ public function getChangesForAddressBook($addressBookId, $syncToken, $syncLevel, $limit = null); } __halt_compiler();----SIGNATURE:----cqn1DtOubJ6EfXO+hZnTRFcYlAI2og4YuWm9TSIpqmxE09YgDlogrlSmVLqBuMdDKcgvicELCpH13xFHNNAmSg9f8LhM9b0Du2BPhlokwtdyk+FElMdcTc3ffNIF6z6D7vE+v1YEWgZFQvH06dVa2vkvj+9h3vBB+qj1BYSNj+sPzeyB//vFnKSR9hxEWftRXQVE4XqnSKllkty7kdI7lRU8sDXLSoYj2MPVY57h53zijqPVDuXfvc4iVjosgwcK7oUMJKmuU2rmrl4X5kUf2Re5guevhSDLU+qtGkUxGa4FTBeD4jQeP5gjeWD6bWQDi0c5T3tzFNm11um1qz+YyU8vfSdg0iUgradlgXKPEjg4HL7cgbZPAKA6UWagEq2aQdSqdkIL1yZ2nvqghOZLMUSASZKbNJtNRbKQ9Ec6xsbE/VYYxS+KRYm2ex1ChxKQtzmupN/QvGkDy7G96X/cDxMoyWmAIiWURO0O4H1Ntw2vS3hxOa63YeFbmZLzKQUk2MzOF5/SL5jEuJ3gXJk1wxqOy7oYh0QfZnvj44rEurKnR8OM3QfoI7pZVltvUW7BrkKPjpI2TGnqj6E3lfdLt137OK7qUlBdWAZ9QBLzX9IPknUxm0oTqcxSzZV71AnCeS4ospuB+viflMfwguxNqbZOhwG2pKaAXVYtE8GN7yY=----ATTACHMENT:----NDI3NDU0Njg4NTk5NDkyNSA4NjQwMzAyOTU2NTMxOTE3IDkzNjExMzEwNDgyNTI0OTY=