calderawp / object
Utility abstract objects
1.0.1
2017-01-08 22:09 UTC
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-08 10:55:38 UTC
README
A few variations on the stdClass object.
almostStd Is very much like stdClass, but only the defined propeties of class can be set/get.
almostStdImmutable extends almostStd and removes ability to modify the property values after instantiation. Properties have to be set by passing stdClass object to constructor.
almostStdValidatable extends almostStd and adds a validation callback to get/set.
Install
composer require calderawp/object