Quick search:

PntButtonPart
PntButtonsPanel
PntDetailsPart
PntEditDetailsPart
PntFilterFormPart
PntHorizontalTablePart
PntMenuPart
PntMtoNFilterFormPart
PntMtoNPropertyPart
PntPagePart
PntSortDialogPart
PntSortableTablePart
PntTablePart
PntTabsPart
PntDetailsPart
getBackToOrigin
getDetailsLinkFromNavText
getFormText
getFormWidget
getMarkupFromFormText
getName
includeOrPrintDetailsTable
printBody
printDetailsExtra
printDetailsLink
printDetailsRow
printDetailsRows
printFormLabel
printFormText
printFormWidget
printSkinDetailsRow
willBeInput

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

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

/** NOT TESTED
* Part showing property labels and 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 MenuPart 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/65
* @package pnt/web/parts
*/
class PntDetailsPart extends PntPagePart {