Author: Jan Schneider (jan@horde.org)
Inheritance: extends Horde_OpenXchange_Base
Example #1
0
 /**
  * Constructor.
  *
  * @param array $params  List of optional parameters:
  *                       - client: (Horde_Http_Client) An HTTP client.
  *                       - endpoint: (string) The URI of the OX API
  *                         endpoint.
  *                       - user: (string) Authentication user.
  *                       - password: (string) Authentication password.
  */
 public function __construct(array $params = array())
 {
     parent::__construct($params);
     $this->_columns += array(300 => 'status', 301 => 'percent', 308 => 'duration', 309 => 'priority', 315 => 'completed');
 }
Example #2
0
 /**
  * Constructor.
  *
  * @param array $params  List of optional parameters:
  *                       - client: (Horde_Http_Client) An HTTP client.
  *                       - endpoint: (string) The URI of the OX API
  *                         endpoint.
  *                       - user: (string) Authentication user.
  *                       - password: (string) Authentication password.
  */
 public function __construct(array $params = array())
 {
     parent::__construct($params);
     $this->_columns += array(206 => 'recur_id', 207 => 'recur_position', 210 => 'recur_change_exceptions', 211 => 'recur_delete_exceptions', 224 => 'organizer', 225 => 'sequence', 226 => 'confirmations', 400 => 'location', 401 => 'allday', 402 => 'status', 408 => 'timezone');
 }