public function FakeCollection::offsetExists in Lightweight Directory Access Protocol (LDAP) 8.4
File
- ldap_servers/
tests/ modules/ ldap_servers_dummy/ src/ FakeCollection.php, line 49
Class
- FakeCollection
- Simulate the collection response.
Namespace
Drupal\ldap_servers_dummyCode
public function offsetExists($offset) : bool {
return $this->result
->offsetExists($offset);
}