webgui/lib/WebGUI/Definition/Meta
Colin Kuskie ed752a25c3 Make WebGUI::Definition property methods work the same way that Moose attribute methods do.
Specifically, get_property_list does not return property names from all classes.  Add a new
method to do that.  Refactor and reuse lots of code.
2010-01-08 09:04:27 -08:00
..
Property
Asset.pm move get_tables back into Meta/Class. Refactor it to use get_all_class_metas instead of iterating over all the properties. 2010-01-07 18:25:45 -08:00
Class.pm Make WebGUI::Definition property methods work the same way that Moose attribute methods do. 2010-01-08 09:04:27 -08:00
Property.pm