scaleplan / init-trait
Trait for initialization static and object properties via settings array
Installs: 47
Dependents: 2
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/scaleplan/init-trait
Requires
- php: >=7.0
This package is auto-updated.
Last update: 2025-09-16 22:11:51 UTC
README
The initialization of objects and classes.
Installation
composer reqire scaleplan/inittrait
Description
Simplifies the mass assignment of the values of the transferred array of settings to the same properties of the class/object. If this is for a property that has a setter, then it uses it to assign a value.