mindplay / props
This package is abandoned and no longer maintained.
No replacement package was suggested.
Annotation-driven property sets with owner-awareness
dev-master
2015-07-25 13:07 UTC
Requires
- php: >=5.3.0
- mindplay/filereflection: 1.*
Requires (Dev)
- phpunit/php-code-coverage: 2.*@dev
This package is auto-updated.
Last update: 2021-06-25 12:42:13 UTC
README
Annotation-driven property sets with owner-awareness.
Useful when implementing the type object pattern or any other kind of meta-model - the unit test demonstrates how to build a property-set describing a basic table/column model.
Why? Deep IDE support for type objects, and easy initialization, primarily.
If you don't get it, you probably don't need it :-)