LdapTools\Event\LdapObjectCreationEvent::getDn PHP Method

getDn() public method

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