You are here

function ldap_server::__set in Lightweight Directory Access Protocol (LDAP) 6

Set Method

File

includes/ldap.server.inc, line 76
Defines server classes and related functions.

Class

ldap_server
LDAP Server Class

Code

function __set($property, $value) {
  $this->{$property} = $value;
}