LdapTools\Operation\DeleteOperation::getDn PHP Méthode

getDn() public méthode

Get the distinguished name to be deleted by this operation.
public getDn ( ) : null | string
Résultat null | string
    public function getDn()
    {
        return $this->dn;
    }