PHP 클래스 Zend_View_Helper_EchoHierarchy

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

공개 메소드들

메소드 설명
echoHierarchy ( array $kga, array $keyHierarchy, array $parentKeys = [], integer $level )

비공개 메소드들

메소드 설명
isJumpable ( array $keyHierarchy ) : boolean

메소드 상세

echoHierarchy() 공개 메소드

public echoHierarchy ( array $kga, array $keyHierarchy, array $parentKeys = [], integer $level )
$kga array the Kimai global Array, necessary for translations
$keyHierarchy array the key hierarchy, see parseHierarchy
$parentKeys array all keys of the parents, the closest one at the end
$level integer the level in the hierarchy