Libraries tagged by getter method
sergiors/applyzer
253 Downloads
A simple way to invoke setter methods
grottopress/setter
16 Downloads
Set private object attributes directly, without calling setter methods.
alaa-almaliki/property-setter-config
37 Downloads
PHP library can be used to set object properties by a given array passed in the constructor
gollumsf/entity-relation-setter
860 Downloads
Trait for add method cross setter
zero-to-prod/dynamic-setter
1192 Downloads
Fluently set class properties with dynamic methods.
iconic/stringy
29 Downloads
A fork of danielstjules/Stringy fixing php 7.3 compatibility and greek letter Θ being slugified to O instead of ΤΗ. A string manipulation library with multibyte support
form-synergy/callback-connection
4 Downloads
This script will create a connection between a module and your own javaScript code by creating a callback method. This script will not work by itself.
better-payment/bp-plugin-magento2-api2
2 Downloads
Better Payment plugin to implement payment methods using API2
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.