Quick search:

PntErrorPage
PntHorSelReportPage
PntIndexPage
PntObjectDetailsPage
PntObjectEditDetailsPage
PntObjectIndexPage
PntObjectMtoNPropertyPage
PntObjectMtoNSearchPage
PntObjectPropertyPage
PntObjectReportPage
PntObjectSearchPage
PntObjectSelectionDetailsReportPage
PntObjectSelectionReportPage
PntPage
PntErrorPage
ajaxShouldUpdate
checkAccess
doScouting
getAccessDenied
getBody
getDefaultErrorMessage
getLabel
getName
initForHandleRequest
printInformationPart
printMainPart
printMenuPart

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

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

/** page used by ErrorHandler to show error message to end user.
* @see http://www.phppeanuts.org/site/index_php/Pagina/32
*
* This abstract superclass provides behavior for the concrete
* subclass ErrorPage 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 PntErrorPage extends PntPage {