Back to Joomla project (class list)

Class Telephone - list of methods

HTML helper class for rendering telephone numbers.
Package: Joomla\CMS\HTML\Helpers
Copyright: (C) 2011 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/HTML/Helpers/Telephone.php
Project: Joomla

Method Summary

public static string
(mixed $number, mixed $displayplan)

Converts strings of integers into more readable telephone format
Parameters
  • int $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.
Returns
  • string The formatted telephone number.
Since
  • 1.6
-
  • \Joomla\CMS\Form\Rule\TelRule
Show source code of this method: tel Source Code

Tags Summary

Since
1.6