Skip to content

Commit

Permalink
Removed unnecessary classes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesiarmes committed Nov 28, 2016
1 parent e2754d8 commit 1390cca
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 118 deletions.
Expand Up @@ -372,7 +372,7 @@ class ArrayOfResponseMessagesType extends ArrayType
*
* @since Exchange 2013
*
* @var \jamesiarmes\PhpEws\Type\PerformReminderActionResponseMessageType[]
* @var \jamesiarmes\PhpEws\Response\PerformReminderActionResponseMessageType[]
*/
public $PerformReminderActionResponse;

Expand Down
61 changes: 0 additions & 61 deletions src/jamesiarmes/PhpEws/Enumeration/TaskType.php

This file was deleted.

30 changes: 0 additions & 30 deletions src/jamesiarmes/PhpEws/Type/ExceptionPropertyURIType.php

This file was deleted.

This file was deleted.

10 changes: 9 additions & 1 deletion src/jamesiarmes/PhpEws/Type/TaskType.php
Expand Up @@ -114,11 +114,19 @@ class TaskType extends ItemType
/**
* Indicates whether the task is editable or not.
*
* The following values are possible:
* - 0: The default for all task items.
* - 1: A task request.
* - 2: A task acceptance from a recipient of a task request.
* - 3: A task declination from a recipient of a task request.
* - 4: An update to a previous task request.
* - 5: Not used.
*
* This element is read-only.
*
* @since Exchange 2007
*
* @var \jamesiarmes\PhpEws\Enumeration\TaskType
* @var integer
*/
public $IsAssignmentEditable;

Expand Down

0 comments on commit 1390cca

Please sign in to comment.