Abstract Class JHtml

Description
  • abstract:

Located in /libraries/cms/html/html.php (line 24)


	
			
Variable Summary
 static array $formatOptions
 static array $includePaths
 static array $registry
Method Summary
 static array extract (string $key)
 static mixed _ (string $key)
Variables
static array $formatOptions = array('format.depth' => 0, 'format.eol' => "\n", 'format.indent' => "\t") (line 37)

Option values related to the generation of HTML output. Recognized options are: fmtDepth, integer. The current indent depth.

fmtEol, string. The end of line string, default is linefeed. fmtIndent, string. The string to use for indentation, default is tab.

  • since: 1.5
  • access: public
static array $includePaths = array() (line 45)

An array to hold included paths

  • since: 1.5
  • access: protected
static array $registry = array() (line 53)

An array to hold method references

  • since: 1.6
  • access: protected
Methods
static extract (line 65)

Method to extract a key

  • return: Contains lowercase key, prefix, file, function.
  • since: 1.6
  • access: protected
static array extract (string $key)
  • string $key: The name of helper method to load, (prefix).(class).function prefix and class are optional and can be used to load custom html helpers.
static _ (line 94)

Class loader method

Additional arguments may be supplied and are passed to the sub-class. Additional include paths are also able to be specified for third-party use

  • return: JHtml::call($function, $args) or False on error
  • throws: InvalidArgumentException
  • since: 1.5
  • access: public
static mixed _ (string $key)
  • string $key: The name of helper method to load, (prefix).(class).function prefix and class are optional and can be used to load custom html helpers.

Documentation generated on Tue, 19 Nov 2013 15:04:52 +0100 by phpDocumentor 1.4.3