|
HAWHAW PHP |
|||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||
HAW_phone
This class provides a phone number in a HAW_deck object. If supported by their mobile device, users can establish a voice connection to the specified number.
Examples:
$myPage = new HAW_deck(...);
...
$myPhone = new HAW_phone("123-45678", "CALL");
$myPage->add_phone($myPhone);
HAW_deck| Constructor Summary | |
HAW_phone(var $phone_number,
var $title)
Constructor |
|
| Method Summary | |
void |
set_voice_text(var $text,
var $audio_src)
Sets text to be spoken by voice browsers. |
| Constructor Detail |
public HAW_phone(var $phone_number,
var $title)
phone_number - Phone number to dial.title - (optional)| Method Detail |
public void set_voice_text(var $text,
var $audio_src)
text - Some alternative text that replaces <phone_number>.audio_src - Some audio file (e.g. *.wav file) to play (optional).
|
© Norbert Huffschmid assembled from PHP source using sed and javadoc |
|||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||