Mobileo
[ class tree: Mobileo ] [ index: Mobileo ] [ all elements ]

Class: MMessage

Source Location: /MMessage.php

Class Overview


Class MMessage stores information about a Message, and the related MPhone Ids


Methods



Class Details

[line 17]
Class MMessage stores information about a Message, and the related MPhone Ids



[ Top ]


Class Methods


constructor __construct [line 136]

MMessage __construct( string|integer $messageid, string|integer $fromphoneid, string $fromName, string|integer $tophoneid, string $toName, string $date, string $message)

MMessage constructor



Parameters:

string|integer   $messageid   MMessage Id
string|integer   $fromphoneid   MPhone Id message was sent from
string   $fromName   Name of contact who sent this message
string|integer   $tophoneid   MPhone Id message was received by
string   $toName   Name of contact who received this message
string   $date   Message date
string   $message  

[ Top ]

method getDate [line 113]

string getDate( )

Get date message was sent



Tags:

access:  public


[ Top ]

method getFromName [line 89]

string getFromName( )

Name of contact who sent this message



Tags:

access:  public


[ Top ]

method getFromPhoneId [line 80]

string|integer getFromPhoneId( )

Get id of phone number this message was sent from



Tags:

access:  public


[ Top ]

method getMessage [line 121]

string getMessage( )

Get message text



Tags:

access:  public


[ Top ]

method getMessageId [line 72]

string|intger getMessageId( )

Get MMessage Id



Tags:

access:  public


[ Top ]

method getToName [line 105]

string getToName( )

Name of contact who received this message



Tags:

access:  public


[ Top ]

method getToPhoneId [line 97]

string|integer getToPhoneId( )

Get id of phone number this message was received by



Tags:

access:  public


[ Top ]


Documentation generated on Sat, 06 Sep 2008 17:49:20 +1000 by phpDocumentor 1.4.2