LdapTools\Ldif\Entry\LdifEntryDelete::toOperation PHP 메소드

toOperation() 공개 메소드

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