예제 #1
0
 public function get_ldap_attributes()
 {
     $ldap = new LDAP();
     return $ldap->attributes($this->username);
 }