LdapTools\Ldif\LdifEntryBuilder::delete PHP Method

delete() public method

Create a LDIF delete entry type.
public delete ( string $dn ) : LdifEntryDelete
$dn string
return LdapTools\Ldif\Entry\LdifEntryDelete
    public function delete($dn)
    {
        return new LdifEntryDelete($dn);
    }