scriptfusion/static-class

Prevents class instantiation.

Installs: 438 818

Dependents: 10

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/scriptfusion/static-class

1.1.0 2022-11-01 19:07 UTC

This package is auto-updated.

Last update: 2025-10-29 01:51:08 UTC


README

Latest version Total downloads Code style

Provides the StaticClass trait to mark a class as static. A static class is one that only provides static methods and cannot be instantiated.