Telephone
HTML helper class for rendering telephone numbers.
abstract
since |
1.6 |
---|---|
package |
Joomla CMS |
Methods
tel
Converts strings of integers into more readable telephone format
tel( number, displayplan) :
static
By default, the ITU-T format will automatically be used. However, one of the allowed unit types may also be used instead.
see | TelRule |
---|---|
since |
1.6 |
Arguments
- number
int
The integers in a phone number with dot separated country code ccc.nnnnnnn where ccc represents country code and nnn represents the local number.- displayplan
string
The numbering plan used to display the numbers.
Response
string
The formatted telephone number.