function getPropertyClassDir() {
		$prop = $this->getPropertyDescriptor();
		if (!$prop) return null;
		return $prop->getClassDir();	
	}