function ldap_server::__get in Lightweight Directory Access Protocol (LDAP) 6
Get Method
Parameters
string property: The requested property name.
Return value
The value of the requested variable.
File
- includes/
ldap.server.inc, line 69 - Defines server classes and related functions.
Class
- ldap_server
- LDAP Server Class
Code
function __get($property) {
return $this->{$property};
}