aedart/laravel-helpers
Getters and Setters utility package for some of Laravel's core packages. This package make use of Laravel's native Facades, as a fallback, when no custom instances are provided.
时间:2015-09-24 16:00
spekkionu/property-access
Trait that automatically calls getters and setters for property access.
时间:2015-04-02 01:57
icanboogie/accessor
Implements getters/setters, read-only/write-only properties, volatile defaults, type control…
时间:2015-01-31 00:30
aedart/overload
Provides means to dynamically deal with inaccessible properties, by implementing PHP's magic methods; __get(), __set(), __isset(), and __unset(). This package, however, enforces the usage of getters- and setters-methods, ensuring that if a property is indeed available, then its corresponding getter
时间:2014-11-25 11:38