aboutsummaryrefslogtreecommitdiff
path: root/src/callnotifier/EDSS1/Parameter/4C.php
blob: bf8937970e86c4ede95d3601ddb8b3b06a25d65b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
namespace callnotifier;

/**
 * Information element: Connected number
 */
class EDSS1_Parameter_4C extends EDSS1_Parameter_6C
{
    public $title = 'Connected number';
}

?>