API17:JPane::getInstance
From Joomla! Documentation
JPane::getInstance
Description
Returns a JPanel object.
public static function getInstance (
$behavior= 'Tabs'
$params=array
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $behavior | string | 'Tabs' | The behavior to use. |
| $params | boolean | array() | $useCookies Use cookies to remember the state of the panel. |
| array | $paramsAssociativearrayofvalues. |
- Returns object
- Defined on line 36 of libraries/joomla/html/pane.php
See also
JPane::getInstance source code on BitBucket
Class JPane
Subpackage Html- Other versions of JPane::getInstance
User contributed notes
Code Examples