Libraries tagged by setter method
netsilik/struct
287 Downloads
Getters and setters made easy by rule bound magic methods. Support for Read-only public properties.
grottopress/setter
15 Downloads
Set private object attributes directly, without calling setter methods.
alaa-almaliki/property-setter-config
31 Downloads
PHP library can be used to set object properties by a given array passed in the constructor
gollumsf/entity-relation-setter
820 Downloads
Trait for add method cross setter
pinekta/geta-setta
9 Downloads
This library 'geta-setta' provides getter method and setter method.
gavinggordon/readygetset
14 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
50 Downloads
Helper class offering functionality to define setter and getter class methods with a minimum of expressive code.
mekramy/oop-util
7 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
103 Downloads
Generate a class with getter methods from a yaml or env file
hallex/assessors-and-mutators
4 Downloads
Import all methods assessors and mutators in your class
zyberware/var-manager
31 Downloads
Provides an easy way to save variables with getter- and setter-methods.
radekb/propel-modified-value-behavior
74870 Downloads
Propel behavior for Access previous value of field after called setter method
prgtw/propel-modified-value-behavior
1 Downloads
Propel behavior for Access previous value of field after called setter method
milantex/tpc
13 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.