mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
LSattribute : Added getOldValue() method
This commit is contained in:
parent
f974e6095e
commit
7249d9fd52
1 changed files with 11 additions and 0 deletions
|
@ -148,6 +148,17 @@ class LSattribute {
|
||||||
return $updateData;
|
return $updateData;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Retourne la valeur originale de l'attribut
|
||||||
|
*
|
||||||
|
* @author Benjamin Renard <brenard@easter-eggs.com>
|
||||||
|
*
|
||||||
|
* @retval mixed La valeur originale de l'attribut
|
||||||
|
*/
|
||||||
|
function getOldValue() {
|
||||||
|
return $this -> data;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Retourne la valeur d'affichage de l'attribut
|
* Retourne la valeur d'affichage de l'attribut
|
||||||
|
|
Loading…
Reference in a new issue