mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 00:09:06 +01:00
Allow conversion of LSattr_ldap to string
This commit is contained in:
parent
00d92d1c37
commit
060ebf1bff
1 changed files with 9 additions and 0 deletions
|
@ -53,6 +53,15 @@ class LSattr_ldap extends LSlog_staticLoggerClass {
|
|||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* Allow conversion of LSattr_ldap to string
|
||||
*
|
||||
* @retval string The string representation of the LSattr_ldap
|
||||
*/
|
||||
public function __toString() {
|
||||
return "<".get_class($this)." ".$this -> name.">";
|
||||
}
|
||||
|
||||
/**
|
||||
* Retourne la valeur de l'attribut après traitement lié à son type ldap
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue