Libraries tagged by getter method
shaka/dynamic-update-trait
8141 Downloads
The Dynamic Update Trait for Laravel provides a convenient way to dynamically update model attributes using magic methods. This trait allows you to update individual model attributes without explicitly defining setter methods for each attribute. It simplifies the process of updating model fields by providing a generic update method that can be called with dynamic method names.
zauberfisch/silverstripe-better-image
752 Downloads
Adds additional methods to the SilverStripe Image class
idimsh/better-bypass-finals
3091 Downloads
Removes final keyword from source code on-the-fly and allows mocking of final methods and classes
runopencode/traitor-bundle
61 Downloads
Inject into services via method injection based on used traits of defined service classes.
sergiors/applyzer
254 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
1060 Downloads
Trait for add method cross setter
zero-to-prod/dynamic-setter
1895 Downloads
Fluently set class properties with dynamic methods.
iconic/stringy
31 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
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
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.