Quick search:

PntObjectNavigation
PntClassDescriptor
PntDerivedPropertyDescriptor
PntDescriptor
PntEvaluation
PntFieldPropertyDescriptor
PntMethodInvocation
PntMultiValuePropertyDescriptor
PntNavigation
PntPropertyDescriptor
PntReflectionError
_getOptions
_getOptionsStep
collectAll
collectAllDistinct
getDbSortPaths
getFirstProp
getFirstPropertyLabel
getIdPath
getItemToSetOn
getLastProp
getOptions
getOptionsStep
getPathLabel
getPropIncludeType
getResultClassDir
getResultType
getSettedProp
getToSettedOn
getWayBack
isSettedCompulsory
isSettedReadOnly
isSingleValue
newJoinFilter
popAfterSettedOn
setNextPath
setValue
step

<?php
/* Copyright (c) MetaClass, 2003-2013

Distrubuted and licensed under under the terms of the GNU Affero General Public License
version 3, or (at your option) any later version.

This program is distributed WITHOUT ANY WARRANTY; without even the implied warranty 
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
	
See the License, http://www.gnu.org/licenses/agpl.txt */

Gen::includeClass('PntEvaluation', 'pnt/meta');		
Gen::includeClass('PntObject', 'pnt');	
Gen::includeClass('PntNavigation', 'pnt/meta');

/** An object of this class represents a navigational step 
* starting from a logical instance of PntObject.  
* PntNavigations can be nested to create a navigational path.
* In many places in the user interface nopt only properties can be 
* specified, but also paths. This makes the user interface more flexible. 
* PntNavigations can execute the navigation, answering the value of the last property of the path.
* PntObjectNavigation also supports reasoning about navigations
* on a meta level, like getting the type of the results of navigating the entire path 
* @package pnt/meta
*/
class PntObjectNavigation extends PntNavigation {

	public $stepResultType;
Copyright (c) MetaClass, 2003-

This code is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

Click here for a copy of the license or see http://www.gnu.org/licenses/ .