You are here

public function Mapping::setNotes in Lightweight Directory Access Protocol (LDAP) 8.4

Set Notes.

Parameters

string $notes: Notes.

File

ldap_servers/src/Mapping.php, line 196

Class

Mapping
Interface for the synchronization mappings ldap_user provides.

Namespace

Drupal\ldap_servers

Code

public function setNotes(string $notes) : void {
  $this->notes = $notes;
}