API17:JHtml::register
From Joomla! Documentation
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 />
