PHP 클래스 Kimai_View_Helper_AdminScreen

상속: extends Zend_View_Helper_Abstract
파일 보기 프로젝트 열기: kimai/kimai

공개 메소드들

메소드 설명
accordion ( $id, $title, $content ) : string Returns the HTML to render an accordion.
adminScreen ( )

보호된 메소드들

메소드 설명
accordionContent ( $content )
accordionFooter ( $id )
accordionHeader ( $id, $title )
accordionTitle ( $title )

메소드 상세

accordion() 공개 메소드

Returns the HTML to render an accordion.
public accordion ( $id, $title, $content ) : string
$id
$title
$content
리턴 string

accordionContent() 보호된 메소드

protected accordionContent ( $content )

accordionFooter() 보호된 메소드

protected accordionFooter ( $id )

accordionHeader() 보호된 메소드

protected accordionHeader ( $id, $title )

accordionTitle() 보호된 메소드

protected accordionTitle ( $title )

adminScreen() 공개 메소드

public adminScreen ( )