LdapTools\Event\LdapObjectCreationEvent::getDn PHP Méthode

getDn() public méthode

Get the DN for the LDAP object.
public getDn ( ) : null | string
Résultat null | string
    public function getDn()
    {
        return $this->dn;
    }