PHP Class Modules\Breadcrumb\Source\BreadcrumbsBuilder

Show file Open project: andrey900/slimcms Class Usage Examples

Protected Properties

Property Type Description
$arItems
$breadcrumbs
$delimiter
$path

Public Methods

Method Description
__construct ( $path = '' )
__toString ( )
addItem ( $item )
addLastItem ( $url, $name )
getItems ( )
makeUrls ( )
parsePath ( )
removePath ( )
setItems ( array $arItems )
setPath ( $path )

Method Details

__construct() public method

public __construct ( $path = '' )

__toString() public method

public __toString ( )

addItem() public method

public addItem ( $item )

addLastItem() public method

public addLastItem ( $url, $name )

getItems() public method

public getItems ( )

makeUrls() public method

public makeUrls ( )

parsePath() public method

public parsePath ( )

removePath() public method

public removePath ( )

setItems() public method

public setItems ( array $arItems )
$arItems array

setPath() public method

public setPath ( $path )

Property Details

$arItems protected property

protected $arItems

$breadcrumbs protected property

protected $breadcrumbs

$delimiter protected property

protected $delimiter

$path protected property

protected $path