From a76416b2811fbbbc5e753df5cccf1afe4b00c863 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Thu, 20 Jan 2011 12:15:30 +0100 Subject: [PATCH] LSattr_html_select_object : Added getFormVal() method --- .../class/class.LSattr_html_select_object.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/public_html/includes/class/class.LSattr_html_select_object.php b/public_html/includes/class/class.LSattr_html_select_object.php index a6ad6262..ccef8a9c 100644 --- a/public_html/includes/class/class.LSattr_html_select_object.php +++ b/public_html/includes/class/class.LSattr_html_select_object.php @@ -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; + } + } /*