Rename all the attributes for navigation in list with basket

This commit is contained in:
acognet
2023-08-11 16:05:31 +02:00
parent 49cf6f5fe2
commit 0e76db8c93
33 changed files with 2763 additions and 2462 deletions

View File

@@ -1102,19 +1102,22 @@ abstract class DBObject implements iDisplay
/**
* @api
*
*
* @see \Combodo\iTop\Form\Field\Field for rendering in portal forms
*
* @param bool $bLocalize
* @param bool $bInBasket since3.1.1
*
* @param string $sAttCode
* @param bool $bLocalize
*
* @return string $sAttCode formatted as HTML for the console details forms (when viewing, not when editing !)
* The returned string is already escaped, and as such is protected against XSS
* The markup relies on a few assumptions (CSS) that could change without notice
*
* @throws ArchivedObjectException
* @throws CoreException
* @throws DictExceptionMissingString
*
* @see \Combodo\iTop\Form\Field\Field for rendering in portal forms
* @throws ArchivedObjectException
*/
public function GetAsHTML($sAttCode, $bLocalize = true, $bInBasket = false)
{