Quick search:

PntErrorPage
PntHorSelReportPage
PntIndexPage
PntObjectDetailsPage
PntObjectEditDetailsPage
PntObjectIndexPage
PntObjectMtoNPropertyPage
PntObjectMtoNSearchPage
PntObjectPropertyPage
PntObjectReportPage
PntObjectSearchPage
PntObjectSelectionDetailsReportPage
PntObjectSelectionReportPage
PntPage
PntObjectEditDetailsPage
doScouting
getButtonsList
getCheckboxWidget
getDeleteConfirmationQuestion
getDetailsLinkFromNavText
getDialogTreshold
getDialogWidget
getFormWidget
getInformation
getMtoNDialogWidget
getName
getOnUnloadMessage
getSelectWidget
getTextAreaTreshold
getTextAreaWidget
getTextWidget
includeOrPrintDetailsTable
isSameContextHandler
printBodyTagIeExtraPiece
printCompulsorySign
printDeleteScript
printDetailsExtra
printDetailsExtraEmpty
printFormWidget
printInformationPart
printMainPart
printOnUnload
printOnUnloadScript
printOpenPageForScript
willBeInput

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

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

/** Page showing property labels and editing property values of a single object
* By default shows properties specified by  getUiFieldPaths method 
* on the class of the shown object. Layout can be specialized, 
* @see http://www.phppeanuts.org/site/index_php/Pagina/150
*
* This abstract superclass provides behavior for the concrete
* subclass ObjectEditDetailsPage 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 PntObjectEditDetailsPage extends PntObjectDetailsPage {

	var $object;
	var $formTexts;
	var $widgetDir = 'widgets';