_base = $base; } $options = PEAR::getStaticProperty('LDAP_DataObject','options'); if (isset($options['base'])) { $this->_base = 'ou=syntax,ou=Schema,'.$options['base']; } return $this->_base; } } ?>