Download the PHP package aedart/overload without Composer
On this page you can find all versions of the php package aedart/overload. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download aedart/overload
More information about aedart/overload
Files in aedart/overload
Download aedart/overload
More information about aedart/overload
Files in aedart/overload
Vendor aedart
Package overload
Short Description 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)
License BSD-3-Clause
Homepage https://github.com/aedart/overload
Package overload
Short Description 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)
License BSD-3-Clause
Homepage https://github.com/aedart/overload
Please rate this library. Is it a good library?
Informations about the package overload
All versions of overload with dependencies
PHP Build Version
Package Version
The package aedart/overload contains the following files
Loading the files please wait ....