Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
TbBreadcrumbs
PHP 클래스 TbBreadcrumbs
또한 보기:
http://twitter.github.io/bootstrap/components.html#breadcrumbs
상속:
extends
CBreadcrumbs
파일 보기
프로젝트 열기: yinhe/yincart
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
$separator
the separator between links in the breadcrumbs. Defaults to '/'.
공개 메소드들
메소드
설명
init
( )
### .init()
run
( )
### .run()
보호된 메소드들
메소드
설명
renderItem
(
string
$content
,
boolean
$active
= false ) :
string
### .renderItem()
메소드 상세
init()
공개
메소드
Initializes the widget.
public
init
( )
renderItem()
보호된
메소드
Renders a single breadcrumb item.
protected
renderItem
(
string
$content
,
boolean
$active
= false ) :
string
$content
string
the content.
$active
boolean
whether the item is active.
리턴
string
the markup.
run()
공개
메소드
Renders the content of the widget.
public
run
( )
프로퍼티 상세
$separator
공개적으로 프로퍼티
the separator between links in the breadcrumbs. Defaults to '/'.
public
$separator