CheckArgumentsValidityPass
class CheckArgumentsValidityPass extends AbstractRecursivePass
Checks if arguments of methods are properly configured.
Properties
protected ContainerBuilder | $container | from AbstractRecursivePass | |
protected | $currentId | from AbstractRecursivePass |
Methods
process(ContainerBuilder $container)
You can modify the container here before it is dumped to PHP code.
mixed
processValue(mixed $value, bool $isRoot = false)
Processes a value found in a definition tree.
__construct(bool $throwExceptions = true)
No description
Details
process(ContainerBuilder $container)
You can modify the container here before it is dumped to PHP code.