LdapTools\Ldif\Entry\LdifEntryDelete::toOperation PHP Method

toOperation() public method

public toOperation ( )
    public function toOperation()
    {
        return new DeleteOperation($this->dn);
    }