From a2760b296791636bc8f82c98d350f1b501baffe1 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sat, 28 Aug 2010 15:21:09 -0700 Subject: [PATCH] Add missing POD for get_all_settable_list in Definition::Meta::Class --- lib/WebGUI/Definition/Meta/Class.pm | 9 +++++++++ 1 file changed, 9 insertions(+) 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 = ();