Libraries tagged by setter method
gavinggordon/readygetset
15 Downloads
A PHP class which provides developers with the means to create PHP class files quickly and dynamically, especially classes that will be utilizing 'getter' and 'setter' methods.
danwe/helpers-gettersetteraccessor
51 Downloads
Helper class offering functionality to define setter and getter class methods with a minimum of expressive code.
mekramy/oop-util
10 Downloads
PHP class utility. method chaining and getter/setter implementation
sikessem/core
0 Downloads
Objects with strict types to manage PHP variables and values.
metarush/getter
122 Downloads
Generate a class with getter methods from a yaml or env file
keven/magician
25 Downloads
Register magic methods handlesr from traits and abstract classes. DO NOT USE IN PRODUCTION.
hallex/assessors-and-mutators
6 Downloads
Import all methods assessors and mutators in your class
zyberware/var-manager
33 Downloads
Provides an easy way to save variables with getter- and setter-methods.
radekb/propel-modified-value-behavior
74871 Downloads
Propel behavior for Access previous value of field after called setter method
prgtw/propel-modified-value-behavior
2 Downloads
Propel behavior for Access previous value of field after called setter method
piano/accessor
16 Downloads
A creator of getter and setter method by using annotations!
milantex/tpc
14 Downloads
This project provides a mechanism to specify types for class properties. Also, property types have additional parameters, such as the regular expression pattern for strings, minimum and maximum value for integers etc. The special setter method handles type checking and will set the given value only if it is valid for the given type and its additional parameters. Check the documentation for an example.
iconic/uniproperty
37 Downloads
A small helper library that helps when you have to access properties of unknown objects by name. It supports both public properties and getter/setter methods.
copeito/propertymanager
19 Downloads
Gives getter and setter methods to extender class
snap/data-objects
36 Downloads
The Snap Data Object library provides object templates for commonly used data sets. They provide getter, setter and validation methods and can be extended to add additional functionality.