Пример #1
0
 /**
  * Override the update function so that we call PATCH rather than PUT.
  *
  * @param string $method
  *   Method used.
  * @return EWSObject
  */
 public function update($method = 'PATCH')
 {
     parent::update($method);
 }