Abstract Class JHtmlTel

Description

HTML helper class for rendering telephone numbers.

  • abstract:
  • since: 1.6

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


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

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: 1.6
  • 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 Tue, 19 Nov 2013 15:15:22 +0100 by phpDocumentor 1.4.3