romm / configuration_object

Transform any configuration plain array into a dynamic and configurable object structure, and pull apart configuration handling from the main logic of your script. Use provided services to add more functionality to your objects: cache, parents, persistence and much more.
GNU General Public License v3.0
6 stars 4 forks source link

[FEATURE] Introduce `@disableMagicMethods` tag support #10

Closed romm closed 7 years ago

romm commented 7 years ago

This new @disableMagicMethods tag can be used on a class property to cancel the magic methods provided by MagicMethodsTrait.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.02%) to 96.081% when pulling a160008dfca50b8965570479e94cc9ba038311a2 on feature-disable-magic-methods into e29fb4e22e3ad61873f70f13fc338abb4d1fc093 on development.