Holds read-only parameters.
- author Fabien Potencier
CloneableInstantiable
Methods |
public __construct(array $parameters = [], array $deprecatedParameters = []) For performance reasons, the constructor assumes that This is always the case when used internally. |
public add(array $parameters)
|
public clear()
|
public deprecate(string $name, string $package, string $version, string $message = 'The parameter "%s" is deprecated.')
|
public remove(string $name)
|
public set(string $name, UnitEnum|array|string|int|float|bool|?null $value)
|
Properties |
protected array $deprecatedParameters |