resolveValue(mixed $value, array $resolving = array())
Replaces parameter placeholders (%name%) by their values.
Parameters mixed $value A value array $resolving An array of keys that are being resolved (used internally to detect circular references) Exceptions ParameterNotFoundException if a placeholder references a parameter that does not exist ParameterCircularReferenceException if a circular reference if detected RuntimeException when a given parameter has a type problem.