@@ -2,6 +2,9 @@ |
||
| 2 | 2 | class PushNotification extends Base { |
| 3 | 3 | var $tableSettings = 'push_notification_settings'; |
| 4 | 4 | |
| 5 | + /** |
|
| 6 | + * @param string $file |
|
| 7 | + */ |
|
| 5 | 8 | private static function getClassesInFile($file){ |
| 6 | 9 | $classes = array(); |
| 7 | 10 | $tokens = token_get_all(file_get_contents($file)); |