LdapTools\Ldif\LdifEntryBuilder::modify PHP Method

modify() public method

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