LdapTools\Resolver\ParameterResolver::doResolveParametersForAttribute PHP Method

doResolveParametersForAttribute() protected method

Sets the value for an attribute with the specified parameters.
protected doResolveParametersForAttribute ( string $attribute, array $parameters )
$attribute string
$parameters array
    protected function doResolveParametersForAttribute($attribute, $parameters)
    {
        $this->attributes[$attribute] = $this->getValueForParameters($parameters, $this->attributes[$attribute], $this->attributes);
    }