mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
LSattr_html : Added getFormVal() method
This commit is contained in:
parent
aa58a6932c
commit
2f346f3ded
1 changed files with 12 additions and 0 deletions
|
@ -104,6 +104,18 @@ class LSattr_html {
|
||||||
function refreshForm($data) {
|
function refreshForm($data) {
|
||||||
return $data;
|
return $data;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Return the values to be displayed in the LSform
|
||||||
|
*
|
||||||
|
* @param[in] $data The values of attribute
|
||||||
|
*
|
||||||
|
* @retval array The values to be displayed in the LSform
|
||||||
|
**/
|
||||||
|
function getFormVal($data) {
|
||||||
|
return $this -> attribute -> getDisplayValue();
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue