TBreadCrumb
extends TElement
in package
BreadCrumb
Tags
Table of Contents
Properties
- $container : mixed
- $homeController : mixed
- $items : mixed
Methods
- __construct() : mixed
- Handle paths from a XML file
- addHome() : mixed
- Add the home icon
- addItem() : mixed
- Add an item
- create() : mixed
- Static constructor
- select() : mixed
- Mark one breadcrumb item as selected
- setHomeController() : mixed
- Define the home controller
Properties
$container
protected
mixed
$container
$homeController
protected
static mixed
$homeController
$items
protected
mixed
$items
Methods
__construct()
Handle paths from a XML file
public
__construct() : mixed
addHome()
Add the home icon
public
addHome() : mixed
addItem()
Add an item
public
addItem( $path[, $last = FALSE ]) : mixed
Parameters
create()
Static constructor
public
static create(mixed $options[, mixed $home = true ]) : mixed
Parameters
- $options : mixed
- $home : mixed = true
select()
Mark one breadcrumb item as selected
public
select(mixed $path) : mixed
Parameters
- $path : mixed
setHomeController()
Define the home controller
public
static setHomeController(mixed $className) : mixed
Parameters
- $className : mixed