SignatureCheckerInterface
in
Generator for signatures to be used to check the validity of generated code
Table of Contents
Methods
- checkSignature() : void
- Checks whether the given signature is valid or not
Methods
checkSignature()
Checks whether the given signature is valid or not
public
checkSignature(ReflectionClass $class, array<string, mixed> $parameters) : void
Parameters
- $class : ReflectionClass
- $parameters : array<string, mixed>