PHP Class Zend_View_Helper_EchoHierarchy

Author: Severin
Inheritance: extends Zend_View_Helper_Abstract
Show file Open project: kimai/kimai

Public Methods

Method Description
echoHierarchy ( array $kga, array $keyHierarchy, array $parentKeys = [], integer $level )

Private Methods

Method Description
isJumpable ( array $keyHierarchy ) : boolean

Method Details

echoHierarchy() public method

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