diff --git a/public_html/includes/class/class.LSldapObject.php b/public_html/includes/class/class.LSldapObject.php index c9b15f6c..2318de00 100644 --- a/public_html/includes/class/class.LSldapObject.php +++ b/public_html/includes/class/class.LSldapObject.php @@ -172,6 +172,23 @@ class LSldapObject { $format=getFData($format,$this,'getValue'); return $format; } + + /** + * Chaine formatee + * + * Cette fonction retourne la valeur d'une chaine formatée en prennant les valeurs + * d'affichage de l'objet. + * + * @author Benjamin Renard + * + * @param[in] $format string Format de la chaine + * + * @retval string Valeur d'une chaine formatee + */ + function getDisplayFData($format) { + $format=getFData($format,$this,'getDisplayValue'); + return $format; + } /** * Construit un formulaire de l'objet