Quick search:

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


	function &getParentclassDescriptor() 
	{
		$name = $this->getName();
		$parentName = getOriginalClassName(get_parent_class($name));
		return PntClassDescriptor::getInstance($parentName);
	}