LdapTools\Operation\DeleteOperation::getDn PHP Method

getDn() public method

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