LSldapObject : Added getDisplayFData() method

This commit is contained in:
Benjamin Renard 2011-01-20 10:32:26 +01:00
parent 8f5215b74a
commit a6e28f8063

View file

@ -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 <brenard@easter-eggs.com>
*
* @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