| Property | Defined by | ||
|---|---|---|---|
| speakerId : String [read-only]
| SayItem | ||
| text : String [read-only]
| SayItem | ||
| Method | Defined by | ||
|---|---|---|---|
|
SayItem(pSpeakerId:String, pText:String)
| SayItem | ||
|
toString():String
| SayItem | ||
| speakerId | property |
speakerId:String [read-only]Implementation
public function get speakerId():String
| text | property |
text:String [read-only]Implementation
public function get text():String
| SayItem | () | constructor |
public function SayItem(pSpeakerId:String, pText:String)Parameters
pSpeakerId:String |
|
pText:String |
| toString | () | method |
public function toString():String
Returns
String |