Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Richard Weinhold
PushNotifications
Commits
ba7e6c44
Commit
ba7e6c44
authored
Aug 16, 2016
by
Richard Weinhold
🔨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removes deprecated @brief and @file docblocks
parent
daf6c12e
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
15 deletions
+0
-15
Handler/APNSHandler.php
Handler/APNSHandler.php
+0
-3
Handler/GCMHandler.php
Handler/GCMHandler.php
+0
-3
Handler/WNSHandler.php
Handler/WNSHandler.php
+0
-3
PushHandler.php
PushHandler.php
+0
-3
PushNotification.php
PushNotification.php
+0
-3
No files found.
Handler/APNSHandler.php
View file @
ba7e6c44
<?php
/**
* @file APNSHandler.php
* @brief Handler for Apple-Push-Notifications
*
* @author Richard Weinhold
* @package PushNotification
*/
...
...
Handler/GCMHandler.php
View file @
ba7e6c44
<?php
/**
* @file GCMHandler.php
* @brief Handler for Google-Cloud-Messaging
*
* @author Richard Weinhold
* @package PushNotification
*/
...
...
Handler/WNSHandler.php
View file @
ba7e6c44
<?php
/**
* @file WSHandler.php
* @brief Handler for Windows-Push-Notification-Services
*
* @author Richard Weinhold
* @package PushNotification
*/
...
...
PushHandler.php
View file @
ba7e6c44
<?php
/**
* @file PushHandler.php
* @brief abstract base-class for Push-Notification Handlers
*
* @author Richard Weinhold
* @package PushNotification
*/
...
...
PushNotification.php
View file @
ba7e6c44
<?php
/**
* @file PushNotification.php
* @brief Push-Notification Wrapper
*
* @author Richard Weinhold
* @package PushNotification
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment