PHP 클래스 TbDropdown

또한 보기: http://twitter.github.com/bootstrap/javascript.html#dropdowns
상속: extends TbBaseMenu
파일 보기 프로젝트 열기: yinhe/yincart

공개 메소드들

메소드 설명
getDividerCssClass ( ) : string ### .getDividerCssClass()
getDropdownCssClass ( ) : string ### .getDropdownCssClass()
init ( ) ### .init()
isVertical ( ) : boolean ### .isVertical()

보호된 메소드들

메소드 설명
renderMenuItem ( array $item ) : string ### .renderMenuItem()

메소드 상세

getDividerCssClass() 공개 메소드

Returns the divider CSS class.
public getDividerCssClass ( ) : string
리턴 string the class name

getDropdownCssClass() 공개 메소드

Returns the dropdown css class.
public getDropdownCssClass ( ) : string
리턴 string the class name

init() 공개 메소드

Initializes the widget.
public init ( )

isVertical() 공개 메소드

Returns whether this is a vertical menu.
public isVertical ( ) : boolean
리턴 boolean the result

renderMenuItem() 보호된 메소드

Renders the content of a menu item. Note that the container and the sub-menus are not rendered here.
protected renderMenuItem ( array $item ) : string
$item array the menu item to be rendered. Please see {@link items} on what data might be in the item.
리턴 string the rendered item