diff --git a/lib/WebGUI/Definition/Meta/Class.pm b/lib/WebGUI/Definition/Meta/Class.pm index b0225db1f..0cf7d39f9 100644 --- a/lib/WebGUI/Definition/Meta/Class.pm +++ b/lib/WebGUI/Definition/Meta/Class.pm @@ -148,6 +148,15 @@ sub get_all_property_list { return @names; } +#------------------------------------------------------------------- + +=head2 get_all_settable_list ( ) + +Returns an array of the names of all Properties, in all classes, in the order they were +created in the Definition, that have the WebGUI::Definition::Meta::Settable role applied. + +=cut + sub get_all_settable_list { my $self = shift; my @names = ();