LdapTools\Ldif\LdifEntryBuilder::modify PHP 메소드

modify() 공개 메소드

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