SignatureChecker
in package
implements
SignatureCheckerInterface
FinalYes
Generator for signatures to be used to check the validity of generated code
Table of Contents
Interfaces
- SignatureCheckerInterface
- Generator for signatures to be used to check the validity of generated code
Properties
- $signatureGenerator : mixed
Methods
- __construct() : mixed
- checkSignature() : void
- Checks whether the given signature is valid or not
Properties
$signatureGenerator
private
mixed
$signatureGenerator
Methods
__construct()
public
__construct(SignatureGeneratorInterface $signatureGenerator) : mixed
Parameters
- $signatureGenerator : SignatureGeneratorInterface
checkSignature()
Checks whether the given signature is valid or not
public
checkSignature(ReflectionClass $class, array<string|int, mixed> $parameters) : void
Parameters
- $class : ReflectionClass
- $parameters : array<string|int, mixed>