[ Index ]

PHP Cross Reference of Joomla 1.5.26 DE

title

Body

[close]

/libraries/joomla/ -> methods.php (summary)

(no description)

Copyright: Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
License: GNU/GPL, see LICENSE.php
Version: $Id: methods.php 14401 2010-01-26 14:10:00Z louis $
File Size: 162 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 2 classes

JRoute:: (1 method):
  _()

JText:: (3 methods):
  _()
  sprintf()
  printf()


Class: JRoute  - X-Ref

Route handling class

_($url, $xhtml = true, $ssl = null)   X-Ref
Translates an internal Joomla URL to a humanly readible URL.

param: string      $url     Absolute or Relative URI to Joomla resource
param: boolean  $xhtml Replace & by & for xml compilance
param: int         $ssl    Secure state for the resolved URI
return: The translated humanly readible URL

Class: JText  - X-Ref

Text  handling class

_($string, $jsSafe = false)   X-Ref
Translates a string into the current language

param: string $string The string to translate
param: boolean    $jsSafe        Make the result javascript safe

sprintf($string)   X-Ref
Passes a string thru an sprintf

param: format The format string
param: mixed Mixed number of arguments for the sprintf function

printf($string)   X-Ref
Passes a string thru an printf

param: format The format string
param: mixed Mixed number of arguments for the sprintf function



Generated: Wed Mar 28 15:54:07 2012 Cross-referenced by PHPXref 0.7.1