mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 09:59:06 +01:00
LSattr_html_select_object : Added getFormVal() method
This commit is contained in:
parent
2f346f3ded
commit
a76416b281
1 changed files with 11 additions and 0 deletions
|
@ -203,6 +203,17 @@ class LSattr_html_select_object extends LSattr_html{
|
|||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* 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 $data;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue