API17

API17:JPane::getInstance

From Joomla! Documentation

Joomla 11.1 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


User contributed notes

Code Examples