API Documentação da API
Lançado Adianti Framework 7.6!
Clique aqui para saber mais
Pacote Dominando o Adianti 7
Curso + Livro + Apps exemplo
Curso completo em Video Aulas (114 aulas).
Livro completo em PDF (463 páginas).
Códigos-fontes de Apps de exemplo.
API
API do Framework
Documentation

Documentation

TXMLBreadCrumb extends TBreadCrumb
in package

XMLBreadCrumb

Tags
version
7.6
subpackage

util

author

Pablo Dall'Oglio

copyright

Copyright (c) 2006 Adianti Solutions Ltd. (http://www.adianti.com.br)

license

https://adiantiframework.com.br/license

Table of Contents

Properties

$container  : mixed
$homeController  : mixed
$items  : mixed
$parser  : 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
getPath()  : mixed
Return the controller path
select()  : mixed
Mark one breadcrumb item as selected
setHomeController()  : mixed
Define the home controller

Properties

$homeController

protected static mixed $homeController

Methods

__construct()

Handle paths from a XML file

public __construct( $xml_file, mixed $controller) : mixed
Parameters
$xml_file :

path for the file

$controller : mixed

addHome()

Add the home icon

public addHome() : mixed

addItem()

Add an item

public addItem( $path[,  $last = FALSE ]) : mixed
Parameters
$path :

Path to be shown

$last : = FALSE

If the item is the last one

create()

Static constructor

public static create(mixed $options[, mixed $home = true ]) : mixed
Parameters
$options : mixed
$home : mixed = true

getPath()

Return the controller path

public getPath(mixed $controller) : mixed
Parameters
$controller : mixed

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

        
On this page

Search results