StaticConstructorMethodPolicy
in
Interface defining requirements for static constructor method policies.
Can be used to interact with the package and extend functionality.
Table of Contents
Methods
- meetsRequirements() : bool
- Check if a static constructor candidate meets the requirements set by this policy using reflection information.
Methods
meetsRequirements()
Check if a static constructor candidate meets the requirements set by this policy using reflection information.
public
static meetsRequirements(ReflectionMethod $method) : bool
Parameters
- $method : ReflectionMethod