Libraries tagged by magic getter
lochmueller/autoloader
371819 Downloads
Automatic components loading of ExtBase extensions to get more time for coffee in the company ;) This ext is not a PHP SPL autoloader or class loader - it is better! Loads CommandController, Xclass, Hooks, FlexForms, Slots, TypoScript, TypeConverter, BackendLayouts and take care of createing needed templates, TCA configuration or translations at the right location.
webhappens/magic-properties
6955 Downloads
Add a simple fluid interface for getters, setters, accessors and mutators to any PHP class.
aedart/overload
12720 Downloads
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)
mouf/utils.common.getvars
164709 Downloads
This is a legacy non-OO package and should not be used in recent developments. A simple package that provides functions to get the parameters from the request in a consistent way. The varaiables can be rerieved in a way that is independent of the php.ini configuration file. Especially, it can cancel the effect of the dreadful 'magic_quotes' parameter.
wubinworks/magic-object
3 Downloads
Object with Magic Getter and Setter.
hrn4n/magic
21 Downloads
Magic getters and setters for your classes
affinity4/magic
14 Downloads
Magic Trait used to easily add event listeners, spelling suggestions in errors and Javascript __set and __get style setters an getters to any class. Magic!
fdmind/magic-cache-invalidator
12 Downloads
Manages static cache invalidation for sites with site builder approach. Do you reference/relate an entry somewhere and that entry gets updated? It will clear static cache for a page where the changed entry is referenced. Oh.. and it also adds entry context menu option that allows to invalidate static cache for that entry.
coco-project/magic-access
282 Downloads
\ArrayAccess, \Countable, \IteratorAggregate and __set,__get implementations
blackcube/magic-compose
30 Downloads
Simple solution for magic methods and method composition using attributes
roberthucks/seo-magic
15 Downloads
How do you get SEO working when you get tricked in to making an SPA? Magic.
dandjo/object-adapter
600 Downloads
Provides adapters for target objects with easy property access via magic getter and setter.
snscripts/getset
49906 Downloads
Trait for adding magic setters / getters to objects
linkorb/ace-editor-mode-php
19 Downloads
Ace editor mode get by file extension
keven/magician
25 Downloads
Register magic methods handlesr from traits and abstract classes. DO NOT USE IN PRODUCTION.