You are here

public function FakeCollection::offsetSet in Lightweight Directory Access Protocol (LDAP) 8.4

File

ldap_servers/tests/modules/ldap_servers_dummy/src/FakeCollection.php, line 63

Class

FakeCollection
Simulate the collection response.

Namespace

Drupal\ldap_servers_dummy

Code

public function offsetSet($offset, $value) : void {
  $this->result
    ->offsetSet($offset, $value);
}