Class
Table of Contents
Interfaces
- StaticConstructorClassPolicy
- Interface defining requirements for static constructor class policies.
Classes
- PhpStyleConstructorPolicy
- Class policy for classes which define a static constructor with the `__constructStatic()` magic method.
- SameNameAsClassPolicy
- Class policy for classes which define a static constructor with the same name as the class.