Class Horde_Mobile_phone

Description

This class provides a phone number in a Horde_Mobile object. If supported by their mobile device, users can establish a voice connection to the specified number.

Examples:

$myPhone = &new Horde_Mobile_phone('123-45678', 'CALL'); $myPage->add($myPhone);

Located in /Mobile/Mobile.php (line 1293)

Horde_Mobile_element
   |
   --Horde_Mobile_phone
Variable Summary
 mixed $_label
 mixed $_number
 mixed $_title
Method Summary
 Horde_Mobile_phone Horde_Mobile_phone (string $phone_number, [string $title = ''])
Variables
mixed $_label (line 1295)
mixed $_number (line 1296)
mixed $_title (line 1297)
Methods
Constructor Horde_Mobile_phone (line 1309)

Constructor

Horde_Mobile_phone Horde_Mobile_phone (string $phone_number, [string $title = ''])
  • string $phone_number: Phone number to dial.
  • string $title: If a string is provided here, the call button on a WAP/HDML device will be enabled. In order to work well with a broad range of user agents, keep your title under 6 characters.

Inherited Methods

Inherited From Horde_Mobile_element

 Horde_Mobile_element::Horde_Mobile_element()
 Horde_Mobile_element::get()
 Horde_Mobile_element::set()

Documentation generated on Sun, 30 Jan 2011 05:19:42 +0000 by phpDocumentor 1.4.3