}
/**
- * Set the parentMenuArr and key to provide the parentMenu informations to the
+ * Set the parentMenuArr and key to provide the parentMenu information to the
* subMenu, special fur IProcFunc and itemArrayProcFunc user functions.
*
* @param array $menuArr
}
/**
- * Check if there is an valid parentMenuArr.
+ * Check if there is a valid parentMenuArr.
*
* @return bool
*/
}
/**
- * Check if we have an parentMenutArrItemKey
+ * Check if we have a parentMenuArrItemKey
*/
protected function hasParentMenuItemKey()
{
*/
public function getParentMenuItem()
{
- // check if we have an parentMenuItem and if it is an array
+ // check if we have a parentMenuItem and if it is an array
if ($this->hasParentMenuItem()
&& is_array($this->getParentMenuArr()[$this->parentMenuArrItemKey])
) {