LdapTools\Resolver\BatchValueResolver::__construct PHP Method

__construct() public method

public __construct ( LdapObjectSchema $schema, BatchCollection $batches, integer $type )
$schema LdapTools\Schema\LdapObjectSchema
$batches LdapTools\BatchModify\BatchCollection
$type integer The LDAP operation type. See AttributeConverterInterface::TYPE_*.
    public function __construct(LdapObjectSchema $schema, BatchCollection $batches, $type)
    {
        parent::__construct($schema, $type);
        $this->batches = $batches;
    }