module
v2.1.0 -
Show latest stable
-
0 notes
Reflection allows you to interrogate Active Record classes and objects about their associations and aggregations. This information can, for example, be used in a form builder that took an Active Record object and created input fields for all of the attributes depending on their type and displayed the associations to other objects.
You can find the interface for the AggregateReflection and AssociationReflection classes in the abstract MacroReflection class.