mediatekformation

SignatureChecker
in package
implements SignatureCheckerInterface

Generator for signatures to be used to check the validity of generated code

Interfaces, Classes, Traits and Enums

SignatureCheckerInterface
Generator for signatures to be used to check the validity of generated code

Table of Contents

$signatureGenerator  : mixed
__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>
Return values
void

Search results