Quick search:

MenuPart
Country
Employee
Gender
Hours
HoursCategory
IndexPage
initSubmenuData
printSubmenuLine
printSubmenuLines

<?php
// Copyright (c) MetaClass, 2003-2007
// Licensed under the Academic Free License version 3.0

	
includeClass('PntMenuPart', 'pnt/web/parts');

//override printBody() in this class if you want to print 
//the entire menu from here without using skinMenuPart

//you may also copy skinMenuPart to the application folder
//for an application specific menu

class MenuPart extends PntMenuPart {

	var $rowHlColor='#ffffa0';
	var $submenuData;