LdapTools\Resolver\BatchValueResolver::getConverterWithOptions PHP Méthode

getConverterWithOptions() protected méthode

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