Quick search:

PntClassDescriptor
PntDerivedPropertyDescriptor
PntDescriptor
PntEvaluation
PntFieldPropertyDescriptor
PntMethodInvocation
PntMultiValuePropertyDescriptor
PntNavigation
PntObjectNavigation
PntPropertyDescriptor
PntReflectionError
PntClassDescriptor
_getPeanutWithId
_getPeanuts
_getPeanutsWith
addPropertyDescriptor
getClassDir
getDefaultLabelProp
getInstance
getInstances
getLabel
getMultiValuePropertyDescriptors
getParentclassDescriptor
getPeanutWithId
getPeanuts
getPeanutsWith
getPropertyDescriptor
getPropertyDescriptors
getSingleValuePropertyDescriptors
getTwinOf_type
getUiColumnPaths
getUiFieldPaths
getUiPropertyDescriptors
hasPropertyDescriptor
isPropertyDescriptorSet
refPropertyDescriptors

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

	
includeClass('PntDescriptor', 'pnt/meta');
includeClass('PntReflectionError', 'pnt/meta');

/** Class of  objects describing a class of peanuts. 
* closest thing to a metaclass.
* @see http://www.phppeanuts.org/site/index_php/Pagina/96
* @package pnt/meta
*/
class PntClassDescriptor extends PntDescriptor {

	var $propertyDescriptors; 
	var $name;