ldap = $ldap; } public function get($prefix) { return new Connection($this->ldap, $prefix, 'user_ldap'); } }