Skip to content

Commit

Permalink
phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Dec 20, 2014
1 parent db70f05 commit 24137eb
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions framework/ActiveSync/lib/Horde/ActiveSync/Imap/MessageBodyData.php
Expand Up @@ -24,15 +24,57 @@
class Horde_ActiveSync_Imap_MessageBodyData
{

/**
*
* @var Horde_ActiveSync_Imap_Adapter
*/
protected $_imap;

/**
* @var Horde_ActiveSync_Mime
*/
protected $_basePart;

/**
*
* @var array
*/
protected $_options;

/**
*
* @var float
*/
protected $_version;

/**
*
* @var Horde_Imap_Client_Mailbox
*/
protected $_mbox;

/**
*
* @var integer
*/
protected $_uid;

/**
*
* @var string
*/
protected $_plain;

/**
*
* @var string
*/
protected $_html;

/**
*
* @var string
*/
protected $_bodyPart;

/**
Expand Down

0 comments on commit 24137eb

Please sign in to comment.