mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2025-04-27 21:42:25 +02: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;
|
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
|
* Retourne la valeur de l'attribut après traitement lié à son type ldap
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue