mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 00:02:17 +02:00
Rename all the attributes for navigation in list with basket
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user