Quick search:

ObjectDetailsPage
Assert
ButtonPart
ButtonsPanel
Comparator
DatabaseConnection
ErrorHandler
ErrorPage
FilterFormPart
HorizontalTablePart
IndexPage
MenuPart
MtoNFilterFormPart
MtoNPropertyPart
ObjectDeleteAction
ObjectDeleteMarkedAction
ObjectDialog
ObjectEditDetailsDialog
ObjectEditDetailsPage
ObjectIndexPage
ObjectMtoNDialog
ObjectMtoNPropertyPage
ObjectMtoNSearchPage
ObjectPropertyPage
ObjectReportPage
ObjectSaveAction
ObjectSearchPage
ObjectSelectionReportPage
ObjectSortDialog
QueryHandler
SecurityManager
Site
SortDialogPart
StringConverter
TablePart
TabsPart
ValueValidator
 No methods

<?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 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 concrete subclass is here to keep de application developers
* code (including localization overrides) separated from the framework code.
* @see http://www.phppeanuts.org/site/index_php/Menu/178
* Framework code is in * Framework code is in superclass.
* This class may be copied to an application folder to
* make application specific overrides.
* @see http://www.phppeanuts.org/site/index_php/Pagina/64
*/
class ObjectDetailsPage extends PntObjectDetailsPage {
	

}
?>