--- a/web/lib/Zend/Mobile/Push/Mpns.php Thu May 07 15:10:09 2015 +0200
+++ b/web/lib/Zend/Mobile/Push/Mpns.php Thu May 07 15:16:02 2015 +0200
@@ -15,7 +15,7 @@
* @category Zend
* @package Zend_Mobile
* @subpackage Zend_Mobile_Push
- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @version $Id$
*/
@@ -35,7 +35,7 @@
* @category Zend
* @package Zend_Mobile
* @subpackage Zend_Mobile_Push
- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @version $Id$
*/
@@ -44,7 +44,7 @@
/**
* Http Client
*
- * @var Client
+ * @var Zend_Http_Client
*/
protected $_httpClient;
@@ -78,9 +78,15 @@
/**
* Send Message
*
- * @param Zend_Mobile_Push_Message_Mpns $message
+ * @param Zend_Mobile_Push_Message_Abstract $message
+ * @throws Zend_Http_Client_Exception
+ * @throws Zend_Mobile_Push_Exception
+ * @throws Zend_Mobile_Push_Exception_DeviceQuotaExceeded
+ * @throws Zend_Mobile_Push_Exception_InvalidPayload
+ * @throws Zend_Mobile_Push_Exception_InvalidToken
+ * @throws Zend_Mobile_Push_Exception_QuotaExceeded
+ * @throws Zend_Mobile_Push_Exception_ServerUnavailable
* @return boolean
- * @throws Zend_Mobile_Push_Exception
*/
public function send(Zend_Mobile_Push_Message_Abstract $message)
{