ParametersConfigurator 
  class ParametersConfigurator extends AbstractConfigurator 
 Constants
  Methods
  Details
                         
    __call($method, $args)
         
   Parameters
                static            mixed
    processValue(mixed $value, bool $allowServices = false)
         
   Checks that a value is valid, optionally replacing Definition and Reference configurators by their configure value.
   Parameters
   | mixed | $value |  | 
  | bool | $allowServices | whether Definition and Reference are allowed; by default, only scalars and arrays are | 
 
 Return Value
   | mixed | the value, optionally cast to a Definition/Reference | 
 
        Parameters
        final                    $this
    set(string $name, mixed $value)
         
   Creates a parameter.
   Parameters
   | string | $name |  | 
  | mixed | $value |  | 
 
 Return Value
        final                    $this
    __invoke(string $name, mixed $value)
         
   Creates a parameter.
   Parameters
   | string | $name |  | 
  | mixed | $value |  | 
 
 Return Value