~olivier-chatelain/php-addressbook/trunk

« back to all changes in this revision

Viewing changes to z-push/lib/interface/ichanges.php

  • Committer: chatelao
  • Date: 2016-09-11 07:59:37 UTC
  • Revision ID: git-v1:03926e44d99a04a3b05d4761e322a1f5e8a405d7
Chg: Upgrade z-push from 2.0.3 to 2.2.12 (stable)

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
*
10
10
* Created   :   02.01.2012
11
11
*
12
 
* Copyright 2007 - 2012 Zarafa Deutschland GmbH
 
12
* Copyright 2007 - 2013 Zarafa Deutschland GmbH
13
13
*
14
14
* This program is free software: you can redistribute it and/or modify
15
15
* it under the terms of the GNU Affero General Public License, version 3,
64
64
    public function Config($state, $flags = 0);
65
65
 
66
66
    /**
 
67
     * Configures additional parameters used for content synchronization
 
68
     *
 
69
     * @param ContentParameters         $contentparameters
 
70
     *
 
71
     * @access public
 
72
     * @return boolean
 
73
     * @throws StatusException
 
74
     */
 
75
    public function ConfigContentParameters($contentparameters);
 
76
 
 
77
    /**
67
78
     * Reads and returns the current state
68
79
     *
69
80
     * @access public