You are here

public function LdapProfileConfAdmin::save in Lightweight Directory Access Protocol (LDAP) 7

1 call to LdapProfileConfAdmin::save()
LdapProfileConfAdmin::drupalFormSubmit in ldap_profile/LdapProfileConfAdmin.class.php

File

ldap_profile/LdapProfileConfAdmin.class.php, line 24

Class

LdapProfileConfAdmin

Code

public function save() {
  foreach ($this->saveable as $property) {
    $save[$property] = $this->{$property};
  }
  variable_set('ldap_profile_conf', $save);
}