Quick search:

PntObjectPropertyPage
PntErrorPage
PntHorSelReportPage
PntIndexPage
PntObjectDetailsPage
PntObjectEditDetailsPage
PntObjectIndexPage
PntObjectMtoNPropertyPage
PntObjectMtoNSearchPage
PntObjectReportPage
PntObjectSearchPage
PntObjectSelectionDetailsReportPage
PntObjectSelectionReportPage
PntPage
addNewButton
checkAccess
doScouting
getButtonsList
getDeleteConfirmationQuestion
getDetailsHref
getIdPropertyName
getInformation
getInitItemTable
getItemTableColumnPaths
getLabel
getName
getPropertyClassDir
getPropertyDescriptor
getPropertyType
getPropertyValueFor
getSpecificPartPrefix
getTablePart
getThisPntContext
handleRequest
initForHandleRequest
isSameContextHandler
printItemTablePart
printMainPart

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

includeClass('PntPage', 'pnt/web/pages');

/** Page showing a TablePart with the values of a multi value property.
* The property is specified by the pntProperty request parameter.
* Columns of the TablePart can be specified in metadata on the class
* specified by pntType request parameter, 
* @see http://www.phppeanuts.org/site/index_php/Pagina/61
*
* This abstract superclass provides behavior for the concrete
* subclass ObjectPropertyPage in the root classFolder or in the application classFolder. 
* To keep de application developers code (including localization overrides) 
* separated from the framework code override methods in the 
* concrete subclass rather then modify them here.
* @see http://www.phppeanuts.org/site/index_php/Menu/178
* @see http://www.phppeanuts.org/site/index_php/Pagina/64
* @package pnt/web/pages
*/
class PntObjectPropertyPage extends PntPage {

	var $items;