File tree 3 files changed +15
-0
lines changed
3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ class Hlr extends Base
16
16
const STATUS_FAILED = 'failed ' ;
17
17
18
18
protected $ id ;
19
+ protected $ href ;
19
20
20
21
public $ msisdn ;
21
22
public $ network ;
Original file line number Diff line number Diff line change @@ -24,6 +24,13 @@ class Message extends Base
24
24
*/
25
25
protected $ id ;
26
26
27
+ /**
28
+ * The URL of the created object.
29
+ *
30
+ * @var string
31
+ */
32
+ protected $ href ;
33
+
27
34
/**
28
35
* Tells you if the message is sent or received.
29
36
* mt: mobile terminated (sent to mobile)
Original file line number Diff line number Diff line change @@ -17,6 +17,13 @@ class VoiceMessage extends Base
17
17
*/
18
18
protected $ id ;
19
19
20
+ /**
21
+ * The URL of the created object.
22
+ *
23
+ * @var string
24
+ */
25
+ protected $ href ;
26
+
20
27
/**
21
28
* The body of the voice message.
22
29
*
You can’t perform that action at this time.
0 commit comments