Skip to content

Commit

Permalink
Added sCategory as protected variable
Browse files Browse the repository at this point in the history
  • Loading branch information
spacedevin committed Oct 2, 2014
1 parent 3e36b66 commit fe69304
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ApnsPHP/Message.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class ApnsPHP_Message
protected $_sText; /**< @type string Alert message to display to the user. */
protected $_nBadge; /**< @type integer Number to badge the application icon with. */
protected $_sSound; /**< @type string Sound to play. */
protected $_sCategory; /**< @type string notification category. */
protected $_bContentAvailable; /**< @type boolean True to initiates the Newsstand background download. @see http://tinyurl.com/ApplePushNotificationNewsstand */

protected $_aCustomProperties; /**< @type mixed Custom properties container. */
Expand Down

0 comments on commit fe69304

Please sign in to comment.