Documentation

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

Methods

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>

        
On this page

Search results