LdapTools\Operation\BatchModifyOperation::__construct PHP Method

__construct() public method

public __construct ( string $dn, BatchCollection $batch = null )
$dn string The DN of the LDAP object to be modified.
$batch LdapTools\BatchModify\BatchCollection A BatchCollection object.
    public function __construct($dn, BatchCollection $batch = null)
    {
        $this->properties['dn'] = $dn;
        $this->properties['batch'] = $batch;
    }