Class JHtmlTel

Description

HTML helper class for rendering telephone numbers.

  • abstract:
  • since: 11.1

Located in /libraries/joomla/html/html/tel.php (line 19)


	
			
Method Summary
static string tel (integer $number, string $displayplan)
Methods
static method tel (line 37)

Converts strings of integers into more readable telephone format

By default, the ITU-T format will automatically be used. However, one of the allowed unit types may also be used instead.

  • return: The formatted telephone number.
  • see: JFormRuleTel
  • since: 11.1
  • access: public
static string tel (integer $number, string $displayplan)
  • integer $number: The integers in a phone number with dot separated country code ccc.nnnnnnn where ccc represents country code and nnn represents the local number.
  • string $displayplan: The numbering plan used to display the numbers.

Documentation generated on Mon, 25 Jun 2012 14:00:07 -0500 by phpDocumentor 1.4.4