Skip to content

Commit

Permalink
phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Feb 24, 2015
1 parent 978b653 commit f2f1139
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions imp/lib/Mime/Viewer/Itip.php
Expand Up @@ -851,6 +851,14 @@ protected function _parseAttendees($data, $attendees)
}

/**
* Determine if we are going to auto-update the reply.
*
* @param string $type The type of reply. Must match one of the
* 'auto_update_*' configuration keys in the iTip
* mime viewer configuration.
* @param string $sender The sender.
*
* @return boolean
*/
protected function _autoUpdateReply($type, $sender)
{
Expand Down

0 comments on commit f2f1139

Please sign in to comment.