link to my blog post
[auerswald-callnotifier.git] / src / callnotifier / EDSS1 / Parameter / 2C.php
1 <?php
2 namespace callnotifier;
3
4 /**
5  * Information element: Keypad
6  */
7 class EDSS1_Parameter_2C extends EDSS1_Parameter
8 {
9     public $title = 'Keypad';
10 }
11
12 ?>