Libraries tagged by getitems
icanboogie/accessor
46813 Downloads
Implements getters/setters, read-only/write-only properties, volatile defaults, type control…
dkd/php-populate
49066 Downloads
Trait for PHP classes, allowing properties to be populated from sources like JSON, via getters but using a single method
webhappens/magic-properties
3911 Downloads
Add a simple fluid interface for getters, setters, accessors and mutators to any PHP class.
margusk/accessors
81 Downloads
Provides automatic property accessors (setters/getters) with immutability support
rekalogika/direct-property-access
2864 Downloads
Simple implementation of PropertyAccessorInterface that reads and writes directly to the object's properties, bypassing getters and setters.
netleak/config-params
4860 Downloads
Getters to find out in which modes are the Nette application.
mvccore/ext-router-extended
362 Downloads
MvcCore - Extension - Router - Extended - trait with additional properties, setters and getters required by extended router implementations - localized router and media site version router.
icanboogie/prototype
10557 Downloads
Implements the Prototype design pattern; getters/setters
antares/accessible
3841 Downloads
PHP library that allows you to define your class' getters, setters and constructor with docblock annotations.
6dreams/rich-model-trait
1321 Downloads
A rich replacement for your anemic getters and setters
aedart/overload
11173 Downloads
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 or setter method will be invoked. The term 'overload', in this context, refers to PHP’s own definition hereof. (http://php.net/manual/en/language.oop5.overloading.php)
mensbeam/getters-and-setters
37 Downloads
Getter and setter method trait for PHP
openlss/lib-datamodel
95 Downloads
Implements a callable object from an array of data that can be extended to implement inline formatting.
lucid/common
2088 Downloads
Shared utilities for lucid/* packages
aklump/data
583 Downloads
Common interface for interacting with data in objects and arrays.