Quick search:

PntFormMtoNRelValue
PntFormNavValue
PntXmlElement
PntXmlNavText
PntXmlNavValue
PntXmlPart
PntXmlTextPart
PntXmlTotalText
commit
getContentLabelWith
getContentWith
getError
getFormKey
getMarkupWith
getNavKey
getValue
initProp
initPropertyDescriptors
setConvertMarkup
setItem
usesIdProperty

<?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('PntFormNavValue', 'pnt/web/dom');

/** 
 * PntFormMtoNRelValue is used to process a form value into a property value
 * for a role in an MtoNRelationship. The form will hold the ids of the 
 * related peanuts. 
 * If no form value the navigation is used to retrieve the 
 * property value from the supplied item. The representation in 
 * HTML is the id(s) of these peanuts. 
 *
 * FormNavValue does not merge its content with its markUp.
 * If you need to merge, use a NavValue or NavText.
 *
 * Currently it is not clear how to handle paths longer then 1.
 * So for now, it works only with single step paths.
 * As a consequence some funcion will later be delegated to the Navigation
 * and the interface may change
 * @package pnt/web/dom
 */
class PntFormMtoNRelValue extends PntFormNavValue {
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/ .