LdapTools\Resolver\BatchValueResolver::getConverterWithOptions PHP Method

getConverterWithOptions() protected method

protected getConverterWithOptions ( $converterName )
    protected function getConverterWithOptions($converterName)
    {
        $converter = parent::getConverterWithOptions($converterName);
        $converter->setBatch($this->batches->get($this->currentBatchIndex));
        return $converter;
    }