API17:JHtml::register
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 33: | Line 33: | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/html/html.php | + | libraries/joomla/html/html.php (line 134) |
| + | * see source code in [[jplatform:html/html.php#cl-134|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
* [[_/11.1|_]] | * [[_/11.1|_]] | ||
Revision as of 20:39, 23 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JHtml::register
Description
Registers a function to be called with a specific key.
Description:JHtml::register [Edit Descripton]
Synopsis
public static JHtml::register ($key, $function)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $key | string | The name of the key | |
| $function | string | Function or method |
Returns
Defined in
libraries/joomla/html/html.php (line 134)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
