Quick search:

PntObject
PntError
PntErrorHandler
PntIdentifiedOption
PntIndex
PntNoAuthenticator
PntSecurityManager
PntValueValidator
Template
PntObject
_getValueValidator
addDerivedProp
addFieldProp
addMultiValueProp
basicGetLabel
copy
get
getClass
getClassDescriptor
getClassDescriptorClass
getClassDir
getClassLabel
getEditInfo
getLabel
getOptions
getPropertyDescriptor
getReportColumnPaths
getUiColumnPaths
getUiFieldPaths
initPropertyDescriptors
isPersistent
set
toString
validateGetErrorString

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


includeClass('PntDerivedPropertyDescriptor', 'pnt/meta');
includeClass('PntFieldPropertyDescriptor', 'pnt/meta');
includeClass('PntMultiValuePropertyDescriptor', 'pnt/meta');
// ValueValidator included by PntSite

/** General Peanut superclass. 
* @see http://www.phppeanuts.org/site/index_php/Pagina/90
* @abstract
* @package pnt
*/
class PntObject {