LdapTools\Event\LdapObjectCreationEvent::getDn PHP Метод

getDn() публичный Метод

Get the DN for the LDAP object.
public getDn ( ) : null | string
Результат null | string
    public function getDn()
    {
        return $this->dn;
    }