Base | --Notification
Located in File: Program_Root/sdk/protocol/Notification.php
This class represents a Notification concerning an SMS message.
Use getter methods to retrieve information about the Notification.
Magnus Rosenquist, Zyneo
Class Variable Summary |
$__date
Default Value:
|
$__msgId
Default Value:
|
$__type
Default Value:
|
$__type_text
Default Value:
|
Inherited Class Variable Summary | |||||||||||||||||||||
Inherited From Class Base
|
Method Summary |
void constructor Notification ( )
|
string getMessageId ( )
Returns the message-id for this notification. |
string getNotificationType ( )
Returns the Notification type |
string getNotificationTypeText ( [$type = ""] )
Returns the Notification type in clear-text |
string getProviderDate ( )
Returns the date this provider received the notification. |
void setMessageId ( $id )
Sets the message id for this Notification. |
void setNotificationType ( $type )
Sets the notification type for this Notification. |
void setProviderDate ( $date )
Sets the provider date for this Notification. This is the date this notification was received from the Provider. |
Inherited Method Summary |
Inherited From Class Base
|
Method Detail |
void Notification( )
[ Top ]
string getMessageId( )
Returns the message-id for this notification.the message-id
[ Top ]
string getNotificationType( )
Returns the Notification typethe notification type
[ Top ]
string getNotificationTypeText( [mixed $type = ""])
Returns the Notification type in clear-textthe notification type
[ Top ]
string getProviderDate( )
Returns the date this provider received the notification.a string representing the date
[ Top ]
void setMessageId( string $id)
Sets the message id for this Notification.- string $id:
[ Top ]
void setNotificationType( string $type)
Sets the notification type for this Notification.- string $type:
[ Top ]
void setProviderDate( string $date)
Sets the provider date for this Notification. This is the date this notification was received from the Provider.- string $date:
[ Top ]
Variable Detail |
[ Top ]
[ Top ]
[ Top ]
[ Top ]