Skip to content

Commit

Permalink
phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Mar 24, 2014
1 parent 31814ad commit a450e8a
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 47 deletions.
Expand Up @@ -69,13 +69,7 @@ class Horde_ActiveSync_Message_AirSyncBaseBody extends Horde_ActiveSync_Message_
/**
* Const'r
*
* @param array $options Configuration options for the message:
* - logger: (Horde_Log_Logger) A logger instance
* DEFAULT: none (No logging).
* - protocolversion: (float) The version of EAS to support.
* DEFAULT: Horde_ActiveSync::VERSION_TWOFIVE (2.5)
*
* @return Horde_ActiveSync_Message_Base
* @see Horde_ActiveSync_Message_Base::__construct()
*/
public function __construct(array $options = array())
{
Expand Down
Expand Up @@ -189,13 +189,7 @@ class Horde_ActiveSync_Message_Appointment extends Horde_ActiveSync_Message_Base
/**
* Const'r
*
* @param array $options Configuration options for the message:
* - logger: (Horde_Log_Logger) A logger instance
* DEFAULT: none (No logging).
* - protocolversion: (float) The version of EAS to support.
* DEFAULT: Horde_ActiveSync::VERSION_TWOFIVE (2.5)
*
* @return Horde_ActiveSync_Message_Base
* @see Horde_ActiveSync_Message_Base::__construct()
*/
public function __construct(array $options = array())
{
Expand Down
3 changes: 2 additions & 1 deletion framework/ActiveSync/lib/Horde/ActiveSync/Message/Base.php
Expand Up @@ -101,6 +101,7 @@ class Horde_ActiveSync_Message_Base
* The device object
*
* @var Horde_ActiveSync_Device
* @since 2.9.2
*/
protected $_device;

Expand All @@ -112,7 +113,7 @@ class Horde_ActiveSync_Message_Base
* DEFAULT: none (No logging).
* - protocolversion: (float) The version of EAS to support.
* DEFAULT: Horde_ActiveSync::VERSION_TWOFIVE (2.5)
* - device: (Horde_ActiveSync_Device) The device object. @since
* - device: (Horde_ActiveSync_Device) The device object. @since 2.9.2
*
* @return Horde_ActiveSync_Message_Base
*/
Expand Down
Expand Up @@ -323,13 +323,7 @@ class Horde_ActiveSync_Message_Contact extends Horde_ActiveSync_Message_Base
/**
* Const'r
*
* @param array $options Configuration options for the message:
* - logger: (Horde_Log_Logger) A logger instance
* DEFAULT: none (No logging).
* - protocolversion: (float) The version of EAS to support.
* DEFAULT: Horde_ActiveSync::VERSION_TWOFIVE (2.5)
*
* @return Horde_ActiveSync_Message_Base
* @see Horde_ActiveSync_Message_Base::__construct()
*/
public function __construct(array $options = array())
{
Expand Down
8 changes: 1 addition & 7 deletions framework/ActiveSync/lib/Horde/ActiveSync/Message/Mail.php
Expand Up @@ -216,13 +216,7 @@ class Horde_ActiveSync_Message_Mail extends Horde_ActiveSync_Message_Base
/**
* Const'r
*
* @param array $options Configuration options for the message:
* - logger: (Horde_Log_Logger) A logger instance
* DEFAULT: none (No logging).
* - protocolversion: (float) The version of EAS to support.
* DEFAULT: Horde_ActiveSync::VERSION_TWOFIVE (2.5)
*
* @return Horde_ActiveSync_Message_Base
* @see Horde_ActiveSync_Message_Base::__construct()
*/
public function __construct(array $options = array())
{
Expand Down
Expand Up @@ -110,13 +110,7 @@ class Horde_ActiveSync_Message_Recurrence extends Horde_ActiveSync_Message_Base
/**
* Const'r
*
* @param array $options Configuration options for the message:
* - logger: (Horde_Log_Logger) A logger instance
* DEFAULT: none (No logging).
* - protocolversion: (float) The version of EAS to support.
* DEFAULT: Horde_ActiveSync::VERSION_TWOFIVE (2.5)
*
* @return Horde_ActiveSync_Message_Base
* @see Horde_ActiveSync_Message_Base::__construct()
*/
public function __construct(array $options = array())
{
Expand Down
@@ -1,6 +1,6 @@
<?php
/**
* Horde_ActiveSync_Message_ResolveRecipients::
* Horde_ActiveSync_Message_ResolveRecipientsPicture::
*
* @license http://www.horde.org/licenses/gpl GPLv2
* NOTE: According to sec. 8 of the GENERAL PUBLIC LICENSE (GPL),
Expand All @@ -12,8 +12,8 @@
* @package ActiveSync
*/
/**
* Horde_ActiveSync_Message_ResolveRecipientsPicture:: Encapsulate the data to send in a
* RESOLVERECIPIENTS response.
* Horde_ActiveSync_Message_ResolveRecipientsPicture:: Encapsulate the picture
* data to send in a RESOLVERECIPIENTS response.
*
* @license http://www.horde.org/licenses/gpl GPLv2
* NOTE: According to sec. 8 of the GENERAL PUBLIC LICENSE (GPL),
Expand All @@ -24,6 +24,9 @@
* @author Michael J Rubinsky <mrubinsk@horde.org>
* @package ActiveSync
*
* @property integer status The status of the recipient's picture.
* @property string|stream data The picture data.
*
*/
class Horde_ActiveSync_Message_ResolveRecipientsPicture extends Horde_ActiveSync_Message_Base
{
Expand Down
10 changes: 10 additions & 0 deletions framework/ActiveSync/lib/Horde/ActiveSync/Message/SendMail.php
Expand Up @@ -38,6 +38,16 @@
* @copyright 2013-2014 Horde LLC (http://www.horde.org)
* @author Michael J Rubinsky <mrubinsk@horde.org>
* @package ActiveSync
*
* @property string clientid The client's temporary clientid for this item.
* @property boolean saveinsent Flag to indicate whether to save in sent mail.
* @property boolean replacemime Flag to indicate we are replacing the full
* MIME data (i.e., not a SMART item).
* @property string accountid The accountid.
* @property Horde_ActiveSync_Message_SendMailSource source
* The email source.
* @property string|stream mime The MIME contents of the message.
* @property string templateid The templateid.
*/
class Horde_ActiveSync_Message_SendMail extends Horde_ActiveSync_Message_Base
{
Expand Down
Expand Up @@ -38,6 +38,11 @@
* @copyright 2013-2014 Horde LLC (http://www.horde.org)
* @author Michael J Rubinsky <mrubinsk@horde.org>
* @package ActiveSync
*
* @property string folderid The item's folderid.
* @property string itemid The item's itemid.
* @property string longid The item's longid.
* @property string instanceid The item's instanceid.
*/
class Horde_ActiveSync_Message_SendMailSource extends Horde_ActiveSync_Message_Base
{
Expand Down
9 changes: 1 addition & 8 deletions framework/ActiveSync/lib/Horde/ActiveSync/Message/Task.php
Expand Up @@ -162,17 +162,10 @@ class Horde_ActiveSync_Message_Task extends Horde_ActiveSync_Message_Base
'utcstartdate' => false,
);


/**
* Const'r
*
* @param array $options Configuration options for the message:
* - logger: (Horde_Log_Logger) A logger instance
* DEFAULT: none (No logging).
* - protcolversion: (float) The version of EAS to support.
* DEFAULT: Horde_ActiveSync::VERSION_TWOFIVE (2.5)
*
* @return Horde_ActiveSync_Message_Base
* @see Horde_ActiveSync_Message_Base::__construct()
*/
public function __construct(array $options = array())
{
Expand Down

0 comments on commit a450e8a

Please sign in to comment.