Quick search:

Keyword
Activity
Country
Employee
EmployeeIndexPage
EmployeePropertyHoursPage
EmployeePropertyHoursPart
EmployeeSaveAction
Gender
GlobalFilterFormPart
Hours
HoursCategory
HoursCategoryEditDetailsPage
HoursSearchPage
IndexPage
KeywordRelation
MenuPart
PntSqlFilterGlobalAction
PntSqlFilterGlobalDialog
Project
ProjectEditDetailsPage
ProjectPropertyHoursPage
ProjectPropertyPage
getClassDir
getLabel
getLabelSort
getTableName
initPropertyDescriptors

	function initPropertyDescriptors() {
		parent::initPropertyDescriptors();
		
		$this->addFieldProp('name', 'string', false, null, null, 1, 30);

		$prop = $this->addMultiValueProp('activityRelations', 'KeywordRelation', false);
		$prop->setVisible(false);
		$prop = $this->addMultiValueProp('activities', 'Activity');
		$prop->setDerivationPath('activityRelations.activity');
		$prop->setOnDelete('c'); //$this can only be deleted if the property has no values.
	}
Copyright (c) MetaClass, 2003-

This code is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

Click here for a copy of the license or see http://www.gnu.org/licenses/ .