Quick search:

PntMultiPropsPart
PntButtonPart
PntButtonsPanel
PntDetailsPart
PntEditDetailsPart
PntFilterFormPart
PntHorizontalTablePart
PntMenuPart
PntMtoNFilterFormPart
PntMtoNPropertyPart
PntPagePart
PntPropertyPart
PntSortDialogPart
PntTablePart
PntTabsPart
addSpecificPropertyPartType
getButton
getMultiPropNames
getPropertyPart
getPropertyPartType
getSubsaveActions
getType
isLayoutReport
printBody
setDefaultPropertyPartType
setPrintIcons

<?php
/* Copyright (c) MetaClass, 2003-2013

Distrubuted and licensed under under the terms of the GNU Affero General Public License
version 3, or (at your option) any later version.

This program is distributed WITHOUT ANY WARRANTY; without even the implied warranty 
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
	
See the License, http://www.gnu.org/licenses/agpl.txt */

Gen::includeClass('PntPagePart', 'pnt/web/parts');

/** Does not print properties for which viewing is not authorized 
* @package pnt/web/parts
*/
class PntMultiPropsPart extends PntPagePart {

	/** @var boolean wheather to print icons for each propertyPart */
	public $printIcons = false;
	
	/** @var string the name of the class of the propertypart without the 'Part' ending, 
	 * 		used if the property name is no key of $specificPropertyPartTypes */ 
	public $defaultPropertyPartType = 'Property';
	
	/** @var array with property names as keys and as values the classes of the propertyparts without the 'Part' endings */
	public $specificPropertyPartTypes = array();
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/ .