PHP Documentation

This commit is contained in:
Molkobain
2018-09-11 21:44:44 +02:00
parent c87f001956
commit 45e1a6ffd6
2 changed files with 28 additions and 1 deletions

View File

@@ -392,6 +392,18 @@ EOF
$this->aFieldsMap[$sAttCode] = $sInputId;
}
/**
* @param \WebPage $oPage
* @param bool $bEditMode
*
* @throws \CoreException
* @throws \CoreUnexpectedValue
* @throws \DictExceptionMissingString
* @throws \MissingQueryArgument
* @throws \MySQLException
* @throws \MySQLHasGoneAwayException
* @throws \OQLException
*/
function DisplayBareRelations(WebPage $oPage, $bEditMode = false)
{
$aRedundancySettings = $this->FindVisibleRedundancySettings();