XOOPS
2.6.0
|
Public Member Functions | |
addHelp ($link= '') | |
addLink ($title= '', $link= '', $home=false) | |
addTips ($value) | |
render () | |
setDirectory ($fct) | |
Static Public Member Functions | |
static | getInstance ($fct= '') |
Public Attributes | |
$_help | |
$_tips | |
Private Member Functions | |
__construct ($fct) | |
Private Attributes | |
$_bread = array() | |
$_directory = '' | |
Definition at line 22 of file systembreadcrumb.php.
|
private |
Actual System BreadCrumb Object
string | $fct |
Definition at line 43 of file systembreadcrumb.php.
References $fct.
SystemBreadcrumb::addHelp | ( | $link = '' | ) |
SystemBreadcrumb::addLink | ( | $title = '' , |
|
$link = '' , |
|||
$home = false |
|||
) |
SystemBreadcrumb::addTips | ( | $value | ) |
Add Tips
Definition at line 97 of file systembreadcrumb.php.
|
static |
Access the only instance of this class
string | $fct | SystemBreadcrumb |
Definition at line 58 of file systembreadcrumb.php.
References $fct.
SystemBreadcrumb::render | ( | ) |
Render System BreadCrumb
Definition at line 106 of file systembreadcrumb.php.
References $menu, $xoops, XoopsLoad\fileExists(), XoopsBaseConfig\get(), and Xoops\getInstance().
SystemBreadcrumb::setDirectory | ( | $fct | ) |
Definition at line 68 of file systembreadcrumb.php.
References $fct.
|
private |
Definition at line 32 of file systembreadcrumb.php.
|
private |
Definition at line 27 of file systembreadcrumb.php.
SystemBreadcrumb::$_help |
Definition at line 34 of file systembreadcrumb.php.
SystemBreadcrumb::$_tips |
Definition at line 36 of file systembreadcrumb.php.